Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/internal/
Dhash.h181 static inline struct crypto_instance *shash_crypto_instance( in shash_crypto_instance() function
196 return crypto_instance_ctx(shash_crypto_instance(inst)); in shash_instance_ctx()
/linux-2.6.39/crypto/
Dxcbc.c227 shash_crypto_instance(inst), in xcbc_create()
258 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
Dhmac.c215 shash_crypto_instance(inst)); in hmac_create()
244 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
Dvmac.c623 shash_crypto_instance(inst), in vmac_create()
645 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
Dshash.c613 return crypto_register_instance(tmpl, shash_crypto_instance(inst)); in shash_register_instance()