Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dpcompress.c82 .init_tfm = crypto_pcomp_init_tfm,
Dxts.c241 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() function
325 inst->alg.cra_init = init_tfm; in alloc()
Dlrw.c296 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() function
363 inst->alg.cra_init = init_tfm; in alloc()
Dapi.c477 err = frontend->init_tfm(tfm); in crypto_create_tfm()
Dahash.c527 .init_tfm = crypto_ahash_init_tfm,
Dshash.c570 .init_tfm = crypto_shash_init_tfm,
/linux-4.1.27/include/crypto/
Dalgapi.h28 int (*init_tfm)(struct crypto_tfm *tfm); member
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c554 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() function
573 return init_tfm(tfm); in init_tfm_ablk()
579 return init_tfm(tfm); in init_tfm_aead()