Home
last modified time | relevance | path

Searched refs:be64p (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/crypto/
Dtgr192.c559 __be64 *be64p; in tgr192_final() local
601 be64p = (__be64 *)tctx->hash; in tgr192_final()
602 dst[0] = be64p[0] = cpu_to_be64(tctx->a); in tgr192_final()
603 dst[1] = be64p[1] = cpu_to_be64(tctx->b); in tgr192_final()
604 dst[2] = be64p[2] = cpu_to_be64(tctx->c); in tgr192_final()