Home
last modified time | relevance | path

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

/linux/lib/crypto/powerpc/
H A Dgf128hash.h53 #define ghash_mul_arch ghash_mul_arch macro
54 static void ghash_mul_arch(struct polyval_elem *acc, in ghash_mul_arch() function
/linux/lib/crypto/arm64/
H A Dgf128hash.h72 #define ghash_mul_arch ghash_mul_arch macro
73 static void ghash_mul_arch(struct polyval_elem *acc, in ghash_mul_arch() function
/linux/lib/crypto/x86/
H A Dgf128hash.h66 #define ghash_mul_arch ghash_mul_arch macro
67 static void ghash_mul_arch(struct polyval_elem *acc, in ghash_mul_arch() function
/linux/lib/crypto/
H A Dgf128hash.c286 #ifdef ghash_mul_arch in ghash_mul()
287 ghash_mul_arch(&ctx->acc, ctx->key); in ghash_mul()