Home
last modified time | relevance | path

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

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