cipher_type 331 drivers/crypto/bcm/cipher.c cipher_parms.type = ctx->cipher_type; cipher_type 753 drivers/crypto/bcm/cipher.c cipher_parms.type = ctx->cipher_type; cipher_type 1340 drivers/crypto/bcm/cipher.c cipher_parms.type = ctx->cipher_type; cipher_type 1401 drivers/crypto/bcm/cipher.c hash_parms.type = (enum hash_type)ctx->cipher_type; cipher_type 1811 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_DES; cipher_type 1825 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_3DES; cipher_type 1840 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES128; cipher_type 1843 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES192; cipher_type 1846 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES256; cipher_type 1872 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_INIT; cipher_type 1934 drivers/crypto/bcm/cipher.c cipher_parms.type = ctx->cipher_type; cipher_type 2327 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES128; cipher_type 2330 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES192; cipher_type 2333 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES256; cipher_type 2853 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_DES; cipher_type 2859 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_3DES; cipher_type 2864 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES128; cipher_type 2867 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES192; cipher_type 2870 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES256; cipher_type 2877 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_INIT; cipher_type 2944 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES128; cipher_type 2947 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES192; cipher_type 2950 drivers/crypto/bcm/cipher.c ctx->cipher_type = CIPHER_TYPE_AES256; cipher_type 194 drivers/crypto/bcm/cipher.h enum spu_cipher_type cipher_type; cipher_type 33 drivers/crypto/bcm/spu.c u32 cipher_type; cipher_type 78 drivers/crypto/bcm/spu.c cipher_type = (cflags & CIPHER_TYPE) >> CIPHER_TYPE_SHIFT; cipher_type 80 drivers/crypto/bcm/spu.c cipher_alg, cipher_mode, cipher_type); cipher_type 150 drivers/crypto/bcm/spu.c switch (cipher_type) { cipher_type 230 drivers/crypto/bcm/spu.c switch (cipher_type) { cipher_type 59 drivers/crypto/bcm/spu2.c static char *spu2_ciph_type_name(enum spu2_cipher_type cipher_type) cipher_type 61 drivers/crypto/bcm/spu2.c if (cipher_type >= SPU2_CIPHER_TYPE_LAST) cipher_type 63 drivers/crypto/bcm/spu2.c return spu2_cipher_type_names[cipher_type]; cipher_type 138 drivers/crypto/bcm/spu2.c enum spu_cipher_type cipher_type, cipher_type 166 drivers/crypto/bcm/spu2.c switch (cipher_type) { cipher_type 188 drivers/crypto/bcm/spu2.c cipher_alg, cipher_type); cipher_type 611 drivers/crypto/bcm/spu2.c enum spu2_cipher_type cipher_type, cipher_type 618 drivers/crypto/bcm/spu2.c if ((cipher_type != SPU2_CIPHER_TYPE_NONE) && !is_inbound) cipher_type 621 drivers/crypto/bcm/spu2.c ctrl0 |= ((u64)cipher_type << SPU2_CIPH_TYPE_SHIFT) | cipher_type 121 drivers/crypto/cavium/cpt/cptvf_algs.c fctx->enc.enc_ctrl.e.enc_cipher = ctx->cipher_type; cipher_type 125 drivers/crypto/cavium/cpt/cptvf_algs.c if (ctx->cipher_type == AES_XTS) cipher_type 245 drivers/crypto/cavium/cpt/cptvf_algs.c ctx->cipher_type = AES_XTS; cipher_type 278 drivers/crypto/cavium/cpt/cptvf_algs.c if (ctx->cipher_type == DES3_CBC) cipher_type 288 drivers/crypto/cavium/cpt/cptvf_algs.c u32 keylen, u8 cipher_type) cipher_type 293 drivers/crypto/cavium/cpt/cptvf_algs.c ctx->cipher_type = cipher_type; cipher_type 101 drivers/crypto/cavium/cpt/cptvf_algs.h u8 cipher_type:4; cipher_type 286 drivers/crypto/cavium/nitrox/nitrox_aead.c flags->w0.cipher_type = CIPHER_AES_GCM; cipher_type 152 drivers/crypto/cavium/nitrox/nitrox_req.h u64 cipher_type : 4; cipher_type 170 drivers/crypto/cavium/nitrox/nitrox_req.h u64 cipher_type : 4; cipher_type 100 drivers/crypto/cavium/nitrox/nitrox_skcipher.c enum flexi_cipher cipher_type; cipher_type 104 drivers/crypto/cavium/nitrox/nitrox_skcipher.c cipher_type = flexi_cipher_type(name); cipher_type 105 drivers/crypto/cavium/nitrox/nitrox_skcipher.c if (unlikely(cipher_type == CIPHER_INVALID)) { cipher_type 114 drivers/crypto/cavium/nitrox/nitrox_skcipher.c flags->w0.cipher_type = cipher_type; cipher_type 512 drivers/crypto/chelsio/chtls/chtls_main.c switch (tmp_crypto_info.cipher_type) { cipher_type 95 drivers/net/ethernet/mellanox/mlx5/core/accel/tls.c switch (crypto_info->cipher_type) { cipher_type 60 drivers/net/ethernet/mellanox/mlx5/core/accel/tls.h switch (crypto_info->cipher_type) { cipher_type 538 drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c switch (crypto_info->cipher_type) { cipher_type 243 drivers/net/ethernet/netronome/nfp/crypto/tls.c nfp_net_cipher_supported(struct nfp_net *nn, u16 cipher_type, cipher_type 248 drivers/net/ethernet/netronome/nfp/crypto/tls.c switch (cipher_type) { cipher_type 285 drivers/net/ethernet/netronome/nfp/crypto/tls.c if (!nfp_net_cipher_supported(nn, crypto_info->cipher_type, direction)) cipher_type 748 drivers/net/wireless/atmel/atmel.c int cipher_type, cipher_length; cipher_type 750 drivers/net/wireless/atmel/atmel.c cipher_type = priv->group_cipher_suite; cipher_type 751 drivers/net/wireless/atmel/atmel.c if (cipher_type == CIPHER_SUITE_WEP_64 || cipher_type 752 drivers/net/wireless/atmel/atmel.c cipher_type == CIPHER_SUITE_WEP_128) cipher_type 754 drivers/net/wireless/atmel/atmel.c else if (cipher_type == CIPHER_SUITE_TKIP) cipher_type 758 drivers/net/wireless/atmel/atmel.c cipher_type = priv->pairwise_cipher_suite; cipher_type 761 drivers/net/wireless/atmel/atmel.c cipher_type = CIPHER_SUITE_NONE; cipher_type 765 drivers/net/wireless/atmel/atmel.c cipher_type = priv->pairwise_cipher_suite; cipher_type 766 drivers/net/wireless/atmel/atmel.c if (cipher_type == CIPHER_SUITE_WEP_64 || cipher_type 767 drivers/net/wireless/atmel/atmel.c cipher_type == CIPHER_SUITE_WEP_128) cipher_type 769 drivers/net/wireless/atmel/atmel.c else if (cipher_type == CIPHER_SUITE_TKIP) cipher_type 773 drivers/net/wireless/atmel/atmel.c cipher_type = priv->group_cipher_suite; cipher_type 776 drivers/net/wireless/atmel/atmel.c cipher_type = CIPHER_SUITE_NONE; cipher_type 782 drivers/net/wireless/atmel/atmel.c cipher_type); cipher_type 62 fs/cifs/cifs_ioctl.h __u16 cipher_type; cipher_type 755 fs/cifs/cifsglob.h __le16 cipher_type; cipher_type 287 fs/cifs/ioctl.c pkey_inf.cipher_type = cipher_type 288 fs/cifs/ioctl.c le16_to_cpu(tcon->ses->server->cipher_type); cipher_type 3551 fs/cifs/smb2ops.c struct smb_rqst *old_rq, __le16 cipher_type) cipher_type 3560 fs/cifs/smb2ops.c if (cipher_type == SMB2_ENCRYPTION_AES128_GCM) cipher_type 3730 fs/cifs/smb2ops.c if (server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) cipher_type 3835 fs/cifs/smb2ops.c fill_transform_hdr(tr_hdr, orig_len, old_rq, server->cipher_type); cipher_type 669 fs/cifs/smb2pdu.c server->cipher_type = ctxt->Ciphers[0]; cipher_type 741 fs/cifs/smb2transport.c if (server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) cipher_type 754 fs/cifs/smb2transport.c if (server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) cipher_type 59 include/net/tls.h #define TLS_CRYPTO_INFO_READY(info) ((info)->cipher_type) cipher_type 241 include/net/tls.h u16 cipher_type; cipher_type 85 include/uapi/linux/tls.h __u16 cipher_type; cipher_type 940 net/tls/tls_device.c switch (crypto_info->cipher_type) { cipher_type 962 net/tls/tls_device.c prot->cipher_type = crypto_info->cipher_type; cipher_type 362 net/tls/tls_main.c switch (crypto_info->cipher_type) { cipher_type 492 net/tls/tls_main.c alt_crypto_info->cipher_type != crypto_info->cipher_type) { cipher_type 498 net/tls/tls_main.c switch (crypto_info->cipher_type) { cipher_type 818 net/tls/tls_main.c u16 version, cipher_type; cipher_type 839 net/tls/tls_main.c cipher_type = ctx->prot_info.cipher_type; cipher_type 840 net/tls/tls_main.c if (cipher_type) { cipher_type 841 net/tls/tls_main.c err = nla_put_u16(skb, TLS_INFO_CIPHER, cipher_type); cipher_type 497 net/tls/tls_sw.c if (prot->cipher_type == TLS_CIPHER_AES_CCM_128) { cipher_type 1451 net/tls/tls_sw.c if (prot->cipher_type == TLS_CIPHER_AES_CCM_128) { cipher_type 2326 net/tls/tls_sw.c switch (crypto_info->cipher_type) { cipher_type 2400 net/tls/tls_sw.c prot->cipher_type = crypto_info->cipher_type; cipher_type 67 tools/include/uapi/linux/tls.h __u16 cipher_type; cipher_type 157 tools/testing/selftests/bpf/test_sockmap.c .cipher_type = TLS_CIPHER_AES_GCM_128, cipher_type 163 tools/testing/selftests/bpf/test_sockmap.c .cipher_type = TLS_CIPHER_AES_GCM_128, cipher_type 116 tools/testing/selftests/net/tls.c tls12.info.cipher_type = TLS_CIPHER_AES_GCM_128; cipher_type 737 tools/testing/selftests/net/tls.c tls12.info.cipher_type = TLS_CIPHER_AES_GCM_128; cipher_type 1157 tools/testing/selftests/net/tls.c tls12.info.cipher_type = TLS_CIPHER_AES_GCM_256; cipher_type 1211 tools/testing/selftests/net/tls.c tls12.info.cipher_type = TLS_CIPHER_AES_GCM_256; cipher_type 1275 tools/testing/selftests/net/tls.c tls12.info.cipher_type = TLS_CIPHER_AES_GCM_128;