Home
last modified time | relevance | path

Searched refs:crypto_ops (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_security.c143 struct lib80211_crypto_ops *crypto_ops; in rtw_wep_encrypt() local
156 crypto_ops = lib80211_get_crypto_ops("WEP"); in rtw_wep_encrypt()
158 if (!crypto_ops) in rtw_wep_encrypt()
161 crypto_private = crypto_ops->init(keyindex); in rtw_wep_encrypt()
165 if (crypto_ops->set_key(psecuritypriv->dot11DefKey[keyindex].skey, in rtw_wep_encrypt()
184 if (crypto_ops->encrypt_mpdu(skb, pattrib->hdrlen, crypto_private)) { in rtw_wep_encrypt()
198 crypto_ops->deinit(crypto_private); in rtw_wep_encrypt()
212 struct lib80211_crypto_ops *crypto_ops = lib80211_get_crypto_ops("WEP"); in rtw_wep_decrypt() local
215 if (!crypto_ops) { in rtw_wep_decrypt()
223 crypto_private = crypto_ops in rtw_wep_decrypt()
737 struct lib80211_crypto_ops *crypto_ops; rtw_aes_encrypt() local
843 struct lib80211_crypto_ops *crypto_ops = lib80211_get_crypto_ops("CCMP"); rtw_aes_decrypt() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c260 return nn->tlv_caps.crypto_ops & BIT(bit); in nfp_net_cipher_supported()
565 if (!(nn->tlv_caps.crypto_ops & NFP_NET_TLS_OPCODE_MASK)) in nfp_net_tls_init()
589 if (nn->tlv_caps.crypto_ops & NFP_NET_TLS_OPCODE_MASK_RX) { in nfp_net_tls_init()
593 if (nn->tlv_caps.crypto_ops & NFP_NET_TLS_OPCODE_MASK_TX) { in nfp_net_tls_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c260 return nn->tlv_caps.crypto_ops & BIT(bit); in nfp_net_cipher_supported()
566 if (!(nn->tlv_caps.crypto_ops & NFP_NET_TLS_OPCODE_MASK)) in nfp_net_tls_init()
590 if (nn->tlv_caps.crypto_ops & NFP_NET_TLS_OPCODE_MASK_RX) { in nfp_net_tls_init()
594 if (nn->tlv_caps.crypto_ops & NFP_NET_TLS_OPCODE_MASK_TX) { in nfp_net_tls_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ctrl.c37 caps->crypto_ops = readl(data); in nfp_net_tls_parse_crypto_ops()
H A Dnfp_net_ctrl.h522 * @crypto_ops: supported crypto operations
534 u32 crypto_ops; member
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.h44 enum crypto_ops { enum
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ctrl.c37 caps->crypto_ops = readl(data); in nfp_net_tls_parse_crypto_ops()
H A Dnfp_net_ctrl.h548 * @crypto_ops: supported crypto operations
560 u32 crypto_ops; member
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_api.h44 enum crypto_ops { enum

Completed in 8 milliseconds