Searched refs:tfm (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/crypto/ |
H A D | hash.h | 37 struct crypto_shash *tfm; member 90 #define SHASH_DESC_ON_STACK(desc, tfm) \ argument
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | tex | 25 # There is no way to detect TeX Font Metric (*.tfm) files without 27 # match most *.tfm files generated by METAFONT or afm2tfm. 29 !:mime application/x-tex-tfm 32 !:mime application/x-tex-tfm
|
H A D | wordprocessors | 596 …led html help file" (strength=70) after one "TeX font metric data" (tri10u.tfm strength=71=50+21) …
|
H A D | images | 1361 # to skip few TeX font metric data (like pxmi.tfm pxmi1.tfm eksfi8a.tfm ./tex) with invalid "high" …
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 2737 struct crypto_shash *tfm; in ath12k_dp_rx_peer_frag_setup() local 2742 tfm = crypto_alloc_shash("michael_mic", 0, 0); in ath12k_dp_rx_peer_frag_setup() 2743 if (IS_ERR(tfm)) in ath12k_dp_rx_peer_frag_setup() 2744 return PTR_ERR(tfm); in ath12k_dp_rx_peer_frag_setup() 2762 peer->tfm_mmic = tfm; in ath12k_dp_rx_peer_frag_setup() 2768 static int ath12k_dp_rx_h_michael_mic(struct crypto_shash *tfm, u8 *key, in ath12k_dp_rx_h_michael_mic() argument 2772 SHASH_DESC_ON_STACK(desc, tfm); in ath12k_dp_rx_h_michael_mic() 2777 if (!tfm) in ath12k_dp_rx_h_michael_mic() 2780 desc->tfm = tfm; in ath12k_dp_rx_h_michael_mic() 2782 ret = crypto_shash_setkey(tfm, key, 8); in ath12k_dp_rx_h_michael_mic()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 3174 struct crypto_shash *tfm; in ath11k_peer_rx_frag_setup() local 3179 tfm = crypto_alloc_shash("michael_mic", 0, 0); in ath11k_peer_rx_frag_setup() 3180 if (IS_ERR(tfm)) { in ath11k_peer_rx_frag_setup() 3182 PTR_ERR(tfm)); in ath11k_peer_rx_frag_setup() 3183 return PTR_ERR(tfm); in ath11k_peer_rx_frag_setup() 3192 crypto_free_shash(tfm); in ath11k_peer_rx_frag_setup() 3203 peer->tfm_mmic = tfm; in ath11k_peer_rx_frag_setup() 3210 static int ath11k_dp_rx_h_michael_mic(struct crypto_shash *tfm, u8 *key, in ath11k_dp_rx_h_michael_mic() argument 3214 SHASH_DESC_ON_STACK(desc, tfm); in ath11k_dp_rx_h_michael_mic() 3219 if (!tfm) in ath11k_dp_rx_h_michael_mic() [all …]
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 454 - Remove 'tfm' class, unused in OpenBSM.
|