Home
last modified time | relevance | path

Searched defs:init_tfm (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-alg-registration.c160 int (*init_tfm)(struct crypto_ahash *tfm) = in fips140_ahash_init_tfm() local
171 int (*init_tfm)(struct crypto_shash *tfm) = in fips140_shash_init_tfm() local
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h144 int (*init_tfm)(struct crypto_ahash *tfm); member
211 int (*init_tfm)(struct crypto_shash *tfm); member
H A Dalgapi.h35 int (*init_tfm)(struct crypto_tfm *tfm); member
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c575 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() function