Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c53 static void (*pmull_ghash_update)(int blocks, u64 dg[], const char *src, variable
89 pmull_ghash_update(blocks, ctx->digest, src, key, in ghash_update()
110 pmull_ghash_update(1, ctx->digest, ctx->buf, key, NULL); in ghash_final()
328 pmull_ghash_update = pmull_ghash_update_p64; in ghash_ce_mod_init()
330 pmull_ghash_update = pmull_ghash_update_p8; in ghash_ce_mod_init()
/Linux-v4.19/arch/arm64/crypto/
Dghash-ce-glue.c63 static void (*pmull_ghash_update)(int blocks, u64 dg[], const char *src, variable
94 pmull_ghash_update(blocks, dg, src, key, head); in ghash_do_update()
653 pmull_ghash_update = pmull_ghash_update_p64; in ghash_ce_mod_init()
656 pmull_ghash_update = pmull_ghash_update_p8; in ghash_ce_mod_init()