/linux/tools/testing/selftests/net/ |
A D | tls.c | 45 switch (cipher_type) { in tls_crypto_info_init() 49 tls12->chacha20.info.cipher_type = cipher_type; in tls_crypto_info_init() 54 tls12->aes128.info.cipher_type = cipher_type; in tls_crypto_info_init() 59 tls12->sm4gcm.info.cipher_type = cipher_type; in tls_crypto_info_init() 64 tls12->sm4ccm.info.cipher_type = cipher_type; in tls_crypto_info_init() 69 tls12->aesccm128.info.cipher_type = cipher_type; in tls_crypto_info_init() 74 tls12->aesgcm256.info.cipher_type = cipher_type; in tls_crypto_info_init() 237 uint16_t cipher_type; in FIXTURE_VARIANT() local 243 .cipher_type = TLS_CIPHER_AES_GCM_128, 267 .cipher_type = TLS_CIPHER_SM4_GCM, [all …]
|
/linux/fs/ksmbd/ |
A D | auth.c | 695 if (sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_key() 696 sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in generate_key() 817 if (sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_smb3encryptionkey() 1072 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message() 1073 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message() 1082 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message() 1083 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message() 1088 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in ksmbd_crypt_message() 1089 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message() 1129 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message() [all …]
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_algs.c | 138 if (ctx->cipher_type == OTX2_CPT_AES_CBC || in output_iv_copyback() 261 if (ctx->cipher_type == OTX2_CPT_AES_XTS) in create_ctx_hdr() 422 ctx->cipher_type = OTX2_CPT_AES_XTS; in otx2_cpt_skcipher_xts_setkey() 440 u32 keylen, u8 cipher_type) in cpt_des_setkey() argument 448 ctx->cipher_type = cipher_type; in cpt_des_setkey() 457 u32 keylen, u8 cipher_type) in cpt_aes_setkey() argument 474 if (cipher_type == OTX2_CPT_AES_CBC || cipher_type == OTX2_CPT_AES_ECB) in cpt_aes_setkey() 480 ctx->cipher_type = cipher_type; in cpt_aes_setkey() 579 ctx->cipher_type = cipher_type; in cpt_aead_init() 618 switch (ctx->cipher_type) { in cpt_aead_init() [all …]
|
A D | otx2_cptvf_algs.h | 122 u8 cipher_type; member 168 u8 cipher_type; member
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_algs.c | 156 if (ctx->cipher_type == OTX_CPT_AES_CBC || in output_iv_copyback() 157 ctx->cipher_type == OTX_CPT_DES3_CBC) { in output_iv_copyback() 256 if ((ctx->cipher_type == OTX_CPT_AES_CBC || in create_ctx_hdr() 276 if (ctx->cipher_type == OTX_CPT_AES_XTS) in create_ctx_hdr() 407 ctx->cipher_type = OTX_CPT_AES_XTS; in otx_cpt_skcipher_xts_setkey() 423 u32 keylen, u8 cipher_type) in cpt_des_setkey() argument 431 ctx->cipher_type = cipher_type; in cpt_des_setkey() 439 u32 keylen, u8 cipher_type) in cpt_aes_setkey() argument 457 ctx->cipher_type = cipher_type; in cpt_aes_setkey() 514 ctx->cipher_type = cipher_type; in cpt_aead_init() [all …]
|
A D | otx_cptvf_algs.h | 132 u8 cipher_type; member 177 u8 cipher_type; member
|
/linux/drivers/crypto/cavium/cpt/ |
A D | cptvf_algs.c | 121 fctx->enc.enc_ctrl.e.enc_cipher = ctx->cipher_type; in create_ctx_hdr() 125 if (ctx->cipher_type == AES_XTS) in create_ctx_hdr() 247 ctx->cipher_type = AES_XTS; in cvm_xts_setkey() 280 if (ctx->cipher_type == DES3_CBC) in cvm_validate_keylen() 290 u32 keylen, u8 cipher_type) in cvm_setkey() argument 295 ctx->cipher_type = cipher_type; in cvm_setkey()
|
A D | cptvf_algs.h | 27 enum cipher_type { enum 101 u8 cipher_type:4; member
|
/linux/fs/cifs/ |
A D | smb2transport.c | 354 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_key() 355 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key() 451 cifs_dbg(VFS, "Cipher type %d\n", server->cipher_type); in generate_smb3signingkey() 456 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_smb3signingkey() 457 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey() 868 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate() 869 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate() 882 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate() 883 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
|
A D | ioctl.c | 256 switch (ses->server->cipher_type) { in cifs_dump_full_key() 280 out.cipher_type = le16_to_cpu(ses->server->cipher_type); in cifs_dump_full_key() 442 pkey_inf.cipher_type = in cifs_ioctl() 443 le16_to_cpu(tcon->ses->server->cipher_type); in cifs_ioctl()
|
A D | cifs_ioctl.h | 58 __u16 cipher_type; member 76 __u16 cipher_type; member
|
/linux/drivers/crypto/bcm/ |
A D | spu2.c | 59 static char *spu2_ciph_type_name(enum spu2_cipher_type cipher_type) in spu2_ciph_type_name() argument 61 if (cipher_type >= SPU2_CIPHER_TYPE_LAST) in spu2_ciph_type_name() 63 return spu2_cipher_type_names[cipher_type]; in spu2_ciph_type_name() 138 enum spu_cipher_type cipher_type, in spu2_cipher_xlate() argument 166 switch (cipher_type) { in spu2_cipher_xlate() 188 cipher_alg, cipher_type); in spu2_cipher_xlate() 612 enum spu2_cipher_type cipher_type, in spu2_fmd_ctrl0_write() argument 619 if ((cipher_type != SPU2_CIPHER_TYPE_NONE) && !is_inbound) in spu2_fmd_ctrl0_write() 622 ctrl0 |= ((u64)cipher_type << SPU2_CIPH_TYPE_SHIFT) | in spu2_fmd_ctrl0_write()
|
A D | spu.c | 33 u32 cipher_type; in spum_dump_msg_hdr() local 78 cipher_type = (cflags & CIPHER_TYPE) >> CIPHER_TYPE_SHIFT; in spum_dump_msg_hdr() 80 cipher_alg, cipher_mode, cipher_type); in spum_dump_msg_hdr() 150 switch (cipher_type) { in spum_dump_msg_hdr() 226 switch (cipher_type) { in spum_dump_msg_hdr()
|
A D | cipher.c | 327 cipher_parms.type = ctx->cipher_type; in handle_skcipher_req() 717 cipher_parms.type = ctx->cipher_type; in handle_ahash_req() 1303 cipher_parms.type = ctx->cipher_type; in handle_aead_req() 1774 ctx->cipher_type = CIPHER_TYPE_DES; in des_setkey() 1788 ctx->cipher_type = CIPHER_TYPE_3DES; in threedes_setkey() 1803 ctx->cipher_type = CIPHER_TYPE_AES128; in aes_setkey() 1806 ctx->cipher_type = CIPHER_TYPE_AES192; in aes_setkey() 1809 ctx->cipher_type = CIPHER_TYPE_AES256; in aes_setkey() 1871 cipher_parms.type = ctx->cipher_type; in skcipher_setkey() 2790 ctx->cipher_type = CIPHER_TYPE_DES; in aead_authenc_setkey() [all …]
|
/linux/net/tls/ |
A D | tls_main.c | 377 switch (crypto_info->cipher_type) { in do_tls_getsockopt_conf() 591 alt_crypto_info->cipher_type != crypto_info->cipher_type) { in do_tls_setsockopt_conf() 597 switch (crypto_info->cipher_type) { in do_tls_setsockopt_conf() 894 u16 version, cipher_type; in tls_get_info() local 915 cipher_type = ctx->prot_info.cipher_type; in tls_get_info() 916 if (cipher_type) { in tls_get_info() 917 err = nla_put_u16(skb, TLS_INFO_CIPHER, cipher_type); in tls_get_info()
|
/linux/drivers/crypto/cavium/nitrox/ |
A D | nitrox_skcipher.c | 173 enum flexi_cipher cipher_type; in nitrox_skcipher_setkey() local 177 cipher_type = flexi_cipher_type(name); in nitrox_skcipher_setkey() 178 if (unlikely(cipher_type == CIPHER_INVALID)) { in nitrox_skcipher_setkey() 187 flags->w0.cipher_type = cipher_type; in nitrox_skcipher_setkey()
|
A D | nitrox_req.h | 155 u64 cipher_type : 4; member 173 u64 cipher_type : 4;
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_main.c | 496 int cipher_type; in do_chtls_setsockopt() local 523 switch (tmp_crypto_info.cipher_type) { in do_chtls_setsockopt() 540 cipher_type = TLS_CIPHER_AES_GCM_128; in do_chtls_setsockopt() 557 cipher_type = TLS_CIPHER_AES_GCM_256; in do_chtls_setsockopt() 564 rc = chtls_setkey(csk, keylen, optname, cipher_type); in do_chtls_setsockopt()
|
A D | chtls_hw.c | 253 int cipher_type) in chtls_key_info() argument 268 switch (cipher_type) { in chtls_key_info() 358 u32 optname, int cipher_type) in chtls_setkey() argument 423 ret = chtls_key_info(csk, kctx, keylen, optname, cipher_type); in chtls_setkey()
|
/linux/include/net/ |
A D | tls.h | 60 #define TLS_CRYPTO_INFO_READY(info) ((info)->cipher_type) 231 u16 cipher_type; member 516 prot->cipher_type != TLS_CIPHER_CHACHA20_POLY1305) in tls_advance_record_sn() 531 prot->cipher_type != TLS_CIPHER_CHACHA20_POLY1305) { in tls_fill_prepend() 577 prot->cipher_type == TLS_CIPHER_CHACHA20_POLY1305) { in xor_iv_with_seq()
|
/linux/tools/include/uapi/linux/ |
A D | tls.h | 67 __u16 cipher_type; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
A D | tls.c | 95 switch (crypto_info->cipher_type) { in mlx5_ktls_create_key()
|
A D | tls.h | 71 switch (crypto_info->cipher_type) { in mlx5e_ktls_type_check()
|
/linux/drivers/net/ethernet/netronome/nfp/crypto/ |
A D | tls.c | 244 nfp_net_cipher_supported(struct nfp_net *nn, u16 cipher_type, in nfp_net_cipher_supported() argument 249 switch (cipher_type) { in nfp_net_cipher_supported() 286 if (!nfp_net_cipher_supported(nn, crypto_info->cipher_type, direction)) in nfp_net_tls_add()
|
/linux/include/uapi/linux/ |
A D | tls.h | 106 __u16 cipher_type; member
|