Home
last modified time | relevance | path

Searched refs:shash_free_instance (Results 1 – 6 of 6) sorted by relevance

/crypto/
Dhmac.c234 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
245 .free = shash_free_instance,
Dxcbc.c248 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
259 .free = shash_free_instance,
Dcmac.c286 shash_free_instance(shash_crypto_instance(inst)); in cmac_create()
297 .free = shash_free_instance,
Dshash.c553 void shash_free_instance(struct crypto_instance *inst) in shash_free_instance() function
558 EXPORT_SYMBOL_GPL(shash_free_instance);
Dvmac.c668 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
679 .free = shash_free_instance,
Dccm.c964 shash_free_instance(shash_crypto_instance(inst)); in cbcmac_create()
975 .free = shash_free_instance,