Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Dhash.h223 static inline struct shash_instance *shash_alloc_instance( in shash_alloc_instance() function
/linux-4.4.14/crypto/
Dxcbc.c222 inst = shash_alloc_instance("xcbc", alg); in xcbc_create()
Dcmac.c249 inst = shash_alloc_instance("cmac", alg); in cmac_create()
Dhmac.c206 inst = shash_alloc_instance("hmac", alg); in hmac_create()
Dvmac.c658 inst = shash_alloc_instance("vmac", alg); in vmac_create()