Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dhash.h205 static inline struct crypto_instance *shash_crypto_instance( in shash_crypto_instance() function
220 return crypto_instance_ctx(shash_crypto_instance(inst)); in shash_instance_ctx()
/linux-4.1.27/crypto/
Dxcbc.c228 shash_crypto_instance(inst), in xcbc_create()
259 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
Dcmac.c255 shash_crypto_instance(inst), in cmac_create()
286 shash_free_instance(shash_crypto_instance(inst)); in cmac_create()
Dhmac.c212 shash_crypto_instance(inst)); in hmac_create()
241 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
Dvmac.c664 shash_crypto_instance(inst), in vmac_create()
686 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
Dshash.c680 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()