Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dhash.h215 static inline struct crypto_instance *shash_crypto_instance( in shash_crypto_instance() function
230 return crypto_instance_ctx(shash_crypto_instance(inst)); in shash_instance_ctx()
/Linux-v4.19/crypto/
Dxcbc.c227 shash_crypto_instance(inst), in xcbc_create()
258 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
Dhmac.c217 shash_crypto_instance(inst)); in hmac_create()
246 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
Dcmac.c258 shash_crypto_instance(inst), in cmac_create()
291 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.c966 shash_crypto_instance(inst), in cbcmac_create()
992 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()