Home
last modified time | relevance | path

Searched refs:shash_crypto_instance (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/crypto/internal/
Dhash.h204 static inline struct crypto_instance *shash_crypto_instance( in shash_crypto_instance() function
219 return crypto_instance_ctx(shash_crypto_instance(inst)); in shash_instance_ctx()
/Linux-v5.4/crypto/
Dxcbc.c217 shash_crypto_instance(inst), in xcbc_create()
248 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
Dhmac.c205 shash_crypto_instance(inst)); in hmac_create()
234 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
Dcmac.c253 shash_crypto_instance(inst), in cmac_create()
286 shash_free_instance(shash_crypto_instance(inst)); in cmac_create()
Dvmac.c645 shash_crypto_instance(inst), in vmac_create()
668 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
Dccm.c938 shash_crypto_instance(inst), in cbcmac_create()
964 shash_free_instance(shash_crypto_instance(inst)); in cbcmac_create()
Dshash.c549 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()