Searched refs:encrypt (Results 176 - 200 of 218) sorted by relevance

123456789

/linux-master/drivers/net/
H A Dmacsec.c313 /* with GCM, C/E clear for !encrypt, both set for encrypt */
314 if (tx_sc->encrypt)
510 if (tx_sc->encrypt) {
689 if (tx_sc->encrypt) {
3072 nla_put_u8(skb, MACSEC_SECY_ATTR_ENCRYPT, tx_sc->encrypt) ||
3861 tx_sc->encrypt = !!nla_get_u8(data[IFLA_MACSEC_ENCRYPT]);
4125 secy->tx_sc.encrypt = DEFAULT_ENCRYPT;
4404 nla_put_u8(skb, IFLA_MACSEC_ENCRYPT, tx_sc->encrypt) ||
/linux-master/drivers/crypto/
H A Ds5p-sss.c2105 .encrypt = s5p_aes_ecb_encrypt,
2124 .encrypt = s5p_aes_cbc_encrypt,
2143 .encrypt = s5p_aes_ctr_crypt,
H A Dsahara.c1115 .encrypt = sahara_aes_ecb_encrypt,
1138 .encrypt = sahara_aes_cbc_encrypt,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h306 u16 active_key:2, enabled:1, unicast_uses_group:1, encrypt:1; member in struct:libipw_security
/linux-master/crypto/
H A Dhctr2.c498 inst->alg.encrypt = hctr2_encrypt;
H A Dadiantum.c381 /* If encrypting, encrypt P_M with the block cipher to get C_M */
607 inst->alg.encrypt = adiantum_encrypt;
H A Dauthenc.c425 inst->alg.encrypt = crypto_authenc_encrypt;
H A Dauthencesn.c439 inst->alg.encrypt = crypto_authenc_esn_encrypt;
H A Drsa-pkcs1pad.c177 * The maximum destination buffer size for the encrypt/sign operations
690 inst->alg.encrypt = pkcs1pad_encrypt;
H A Dchacha20poly1305.c437 /* encrypt call chain:
621 inst->alg.encrypt = chachapoly_encrypt;
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c602 .encrypt = aspeed_acry_rsa_enc,
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-core.c239 .encrypt = sl3516_ce_skencrypt,
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c563 .encrypt = starfive_rsa_enc,
/linux-master/net/bluetooth/rfcomm/
H A Dcore.c2137 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) argument
2142 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt);
2151 if (status || encrypt == 0x00) {
2157 if (d->state == BT_CONNECTED && !status && encrypt == 0x00) {
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c725 tsa.encrypt = xs->ealg || xs->aead;
1147 if (tsa->encrypt)
/linux-master/net/mac80211/
H A Dtx.c1986 enum ieee80211_encrypt encrypt)
1992 enc_tailroom = encrypt == ENCRYPT_MGMT ||
1993 (encrypt == ENCRYPT_DATA &&
2027 enum ieee80211_encrypt encrypt; local
2030 encrypt = ENCRYPT_NO;
2032 encrypt = ENCRYPT_MGMT;
2034 encrypt = ENCRYPT_DATA;
2037 if (encrypt != ENCRYPT_NO)
2042 if (ieee80211_skb_resize(sdata, skb, headroom, encrypt)) {
3691 * as the may-encrypt argumen
1983 ieee80211_skb_resize(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int head_need, enum ieee80211_encrypt encrypt) argument
[all...]
/linux-master/drivers/crypto/bcm/
H A Dcipher.c1704 * skcipher_enqueue() - Handle skcipher encrypt or decrypt request.
1706 * @encrypt: true if encrypting; false if decrypting
1712 static int skcipher_enqueue(struct skcipher_request *req, bool encrypt) argument
1719 flow_log("%s() enc:%u\n", __func__, encrypt);
1724 rctx->is_encrypt = encrypt;
2650 * output data and ICV, if encrypt. So initialize dst_sg
4385 crypto->encrypt = skcipher_encrypt;
4467 aead->encrypt = aead_encrypt;
/linux-master/arch/x86/crypto/
H A Dcamellia_glue.c1340 .encrypt = ecb_encrypt,
1353 .encrypt = cbc_encrypt,
H A Daesni-intel_avx-x86_64.S261 # combined for GCM encrypt and decrypt functions
965 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1200 # encrypt 8 blocks at a time
1913 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
2155 # encrypt 8 blocks at a time
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c344 if (secy->tx_sc.encrypt)
355 if (!(secy->icv_len == 16 && !secy->tx_sc.encrypt))
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c722 phy_secy->secy->tx_sc.encrypt ? "on" : "off");
723 if (phy_secy->secy->tx_sc.encrypt)
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.c438 if (priv->secy->tx_sc.encrypt)
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c3875 .encrypt = chcr_aes_encrypt,
3893 .encrypt = chcr_aes_encrypt,
3911 .encrypt = chcr_aes_encrypt,
3930 .encrypt = chcr_aes_encrypt,
4467 driver_algs[i].alg.aead.encrypt = chcr_aead_encrypt;
/linux-master/net/bluetooth/
H A Dl2cap_core.c7292 static inline void l2cap_check_encryption(struct l2cap_chan *chan, u8 encrypt) argument
7297 if (encrypt == 0x00) {
7309 static void l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) argument
7317 BT_DBG("conn %p status 0x%2.2x encrypt %u", conn, status, encrypt);
7327 if (!status && encrypt)
7338 l2cap_check_encryption(chan, encrypt);
/linux-master/include/net/bluetooth/
H A Dhci.h832 __u8 encrypt; member in struct:hci_cp_set_conn_encrypt
2313 __u8 encrypt; member in struct:hci_ev_encrypt_change

Completed in 366 milliseconds

123456789