Home
last modified time | relevance | path

Searched refs:tfm (Results 1 – 8 of 8) 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.c1438 struct crypto_shash *tfm; in ath12k_dp_rx_peer_frag_setup() local
1444 tfm = crypto_alloc_shash("michael_mic", 0, 0); in ath12k_dp_rx_peer_frag_setup()
1445 if (IS_ERR(tfm)) in ath12k_dp_rx_peer_frag_setup()
1446 return PTR_ERR(tfm); in ath12k_dp_rx_peer_frag_setup()
1453 crypto_free_shash(tfm); in ath12k_dp_rx_peer_frag_setup()
1460 crypto_free_shash(tfm); in ath12k_dp_rx_peer_frag_setup()
1471 peer->dp_peer->tfm_mmic = tfm; in ath12k_dp_rx_peer_frag_setup()
1478 int ath12k_dp_rx_h_michael_mic(struct crypto_shash *tfm, u8 *key, in ath12k_dp_rx_h_michael_mic() argument
1482 SHASH_DESC_ON_STACK(desc, tfm); in ath12k_dp_rx_h_michael_mic()
1487 if (!tfm) in ath12k_dp_rx_h_michael_mic()
[all …]
H A Ddp_rx.h209 int ath12k_dp_rx_h_michael_mic(struct crypto_shash *tfm, u8 *key,
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c3230 struct crypto_shash *tfm; in ath11k_peer_rx_frag_setup() local
3235 tfm = crypto_alloc_shash("michael_mic", 0, 0); in ath11k_peer_rx_frag_setup()
3236 if (IS_ERR(tfm)) { in ath11k_peer_rx_frag_setup()
3238 PTR_ERR(tfm)); in ath11k_peer_rx_frag_setup()
3239 return PTR_ERR(tfm); in ath11k_peer_rx_frag_setup()
3248 crypto_free_shash(tfm); in ath11k_peer_rx_frag_setup()
3259 peer->tfm_mmic = tfm; in ath11k_peer_rx_frag_setup()
3266 static int ath11k_dp_rx_h_michael_mic(struct crypto_shash *tfm, u8 *key, in ath11k_dp_rx_h_michael_mic() argument
3270 SHASH_DESC_ON_STACK(desc, tfm); in ath11k_dp_rx_h_michael_mic()
3275 if (!tfm) in ath11k_dp_rx_h_michael_mic()
[all …]
/freebsd/contrib/openbsm/
H A DNEWS454 - Remove 'tfm' class, unused in OpenBSM.