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

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

Completed in 94 milliseconds