Home
last modified time | relevance | path

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

/freebsd/sys/crypto/aesni/
H A Daesni.c514 ses->hash_init = SHA1_Init_fn; in aesni_cipher_setup()
523 ses->hash_init = SHA224_Init_fn; in aesni_cipher_setup()
532 ses->hash_init = SHA256_Init_fn; in aesni_cipher_setup()
794 ses->hash_init(&sctx); in aesni_cipher_mac()
823 ses->hash_init(&sctx); in aesni_cipher_mac()
833 ses->hash_init(&sctx); in aesni_cipher_mac()
H A Daesni.h61 void (*hash_init)(void *); member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h75 #define hash_init(ht) \ macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c73 hash_init(htt->rx_ring.skb_table); in ath10k_htt_rx_ring_free()
853 hash_init(htt->rx_ring.skb_table); in ath10k_htt_rx_alloc()