Home
last modified time | relevance | path

Searched refs:skcipher_geniv_exit (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/crypto/internal/
Dskcipher.h67 void skcipher_geniv_exit(struct crypto_tfm *tfm);
/linux-4.4.14/crypto/
Dchainiv.c257 skcipher_geniv_exit(tfm); in async_chainiv_exit()
276 inst->alg.cra_exit = skcipher_geniv_exit; in chainiv_alloc()
Deseqiv.c206 inst->alg.cra_exit = skcipher_geniv_exit; in eseqiv_alloc()
Dblkcipher.c737 void skcipher_geniv_exit(struct crypto_tfm *tfm) in skcipher_geniv_exit() function
741 EXPORT_SYMBOL_GPL(skcipher_geniv_exit);
Dseqiv.c269 inst->alg.cra_exit = skcipher_geniv_exit; in seqiv_ablkcipher_create()