Home
last modified time | relevance | path

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

/freebsd-head/sys/crypto/aesni/
HDaesni.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()
HDaesni.h61 void (*hash_init)(void *); member
/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDhashtable.h75 #define hash_init(ht) \ macro
/freebsd-head/sys/contrib/dev/athk/ath10k/
HDhtt_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()