Searched refs:hash_init (Results 1 – 3 of 3) sorted by relevance
574 ses->hash_init = SHA1_Init_fn; in aesni_cipher_setup()583 ses->hash_init = SHA224_Init_fn; in aesni_cipher_setup()592 ses->hash_init = SHA256_Init_fn; in aesni_cipher_setup()865 ses->hash_init(&sctx); in aesni_cipher_mac()894 ses->hash_init(&sctx); in aesni_cipher_mac()904 ses->hash_init(&sctx); in aesni_cipher_mac()
61 void (*hash_init)(void *); member
75 #define hash_init(ht) \ macro