Home
last modified time | relevance | path

Searched refs:shash_alloc_instance (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/crypto/internal/
Dhash.h199 static inline struct shash_instance *shash_alloc_instance( in shash_alloc_instance() function
/linux-2.6.39/crypto/
Dxcbc.c221 inst = shash_alloc_instance("xcbc", alg); in xcbc_create()
Dhmac.c209 inst = shash_alloc_instance("hmac", alg); in hmac_create()
Dvmac.c617 inst = shash_alloc_instance("vmac", alg); in vmac_create()