Home
last modified time | relevance | path

Searched refs:tfm (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/crypto/
H A Dhash.h37 struct crypto_shash *tfm; member
90 #define SHASH_DESC_ON_STACK(desc, tfm) \ argument
/freebsd/contrib/file/magic/Magdir/
H A Dtex25 # 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 Dwordprocessors596 …led html help file" (strength=70) after one "TeX font metric data" (tri10u.tfm strength=71=50+21) …
H A Dimages1361 # 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 Ddp_rx.c2737 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 Ddp_rx.c3174 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 DNEWS454 - Remove 'tfm' class, unused in OpenBSM.