Searched refs:init_tfm (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/crypto/
H A Dakcipher.c80 .init_tfm = crypto_akcipher_init_tfm,
H A Dpcompress.c77 .init_tfm = crypto_pcomp_init_tfm,
H A Dxts.c241 static int init_tfm(struct crypto_tfm *tfm) init_tfm() function
325 inst->alg.cra_init = init_tfm; alloc()
H A Dlrw.c296 static int init_tfm(struct crypto_tfm *tfm) init_tfm() function
363 inst->alg.cra_init = init_tfm; alloc()
H A Drng.c107 .init_tfm = crypto_rng_init_tfm,
H A Dskcipher.c232 .init_tfm = crypto_skcipher_init_tfm,
H A Daead.c163 .init_tfm = crypto_aead_init_tfm,
H A Dahash.c527 .init_tfm = crypto_ahash_init_tfm,
H A Dapi.c477 err = frontend->init_tfm(tfm); crypto_create_tfm()
H A Dshash.c565 .init_tfm = crypto_shash_init_tfm,
/linux-4.4.14/include/crypto/
H A Dalgapi.h30 int (*init_tfm)(struct crypto_tfm *tfm); member in struct:crypto_type
/linux-4.4.14/drivers/crypto/
H A Dixp4xx_crypto.c565 static int init_tfm(struct crypto_tfm *tfm) init_tfm() function
584 return init_tfm(tfm); init_tfm_ablk()
590 return init_tfm(crypto_aead_tfm(tfm)); init_tfm_aead()

Completed in 212 milliseconds