Home
last modified time | relevance | path

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

/linux/lib/crypto/s390/
H A Dgf128hash.h12 #define ghash_preparekey_arch ghash_preparekey_arch macro
13 static void ghash_preparekey_arch(struct ghash_key *key, in ghash_preparekey_arch() function
/linux/lib/crypto/riscv/
H A Dgf128hash.h19 #define ghash_preparekey_arch ghash_preparekey_arch macro
20 static void ghash_preparekey_arch(struct ghash_key *key, in ghash_preparekey_arch() function
/linux/lib/crypto/powerpc/
H A Dgf128hash.h23 #define ghash_preparekey_arch ghash_preparekey_arch macro
24 static void ghash_preparekey_arch(struct ghash_key *key, in ghash_preparekey_arch() function
/linux/lib/crypto/
H A Dgf128hash.c276 #ifdef ghash_preparekey_arch in ghash_preparekey()
277 ghash_preparekey_arch(key, raw_key); in ghash_preparekey()