Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dskcipher.h67 void skcipher_geniv_exit(struct crypto_tfm *tfm);
/linux-4.1.27/crypto/
Dchainiv.c282 skcipher_geniv_exit(tfm); in async_chainiv_exit()
308 inst->alg.cra_exit = skcipher_geniv_exit; in chainiv_alloc()
Deseqiv.c226 inst->alg.cra_exit = skcipher_geniv_exit; in eseqiv_alloc()
Dseqiv.c279 inst->alg.cra_exit = skcipher_geniv_exit; in seqiv_ablkcipher_alloc()
Dblkcipher.c736 void skcipher_geniv_exit(struct crypto_tfm *tfm) in skcipher_geniv_exit() function
740 EXPORT_SYMBOL_GPL(skcipher_geniv_exit);