Searched refs:key_length (Results 1 – 13 of 13) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_security_ipsec.h | 115 .key_length = 16, 120 .key_length = 24, 125 .key_length = 32 133 .key_length = 0, 139 .key_length = 16, 145 .key_length = 16, 151 .key_length = 24, 157 .key_length = 32, 170 .key_length = 32, 176 .key_length = 48, [all …]
|
| H A D | test_cryptodev_security_ipsec.c | 395 td->xform.aead.aead.key.length = param1->key_length; in test_ipsec_td_prepare() 411 param1->key_length; in test_ipsec_td_prepare() 425 param1->key_length; in test_ipsec_td_prepare() 431 param2->key_length; in test_ipsec_td_prepare() 552 param1->key_length * 8); in test_ipsec_display_alg() 562 printf(" [%d]", param1->key_length * 8); in test_ipsec_display_alg()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_aesni_gcm.c | 68 uint8_t key_length; in aesni_gcm_session_configure() local 97 key_length = auth_xform->auth.key.length; in aesni_gcm_session_configure() 118 key_length = aead_xform->aead.key.length; in aesni_gcm_session_configure() 133 switch (key_length) { in aesni_gcm_session_configure() 135 sess->key_length = GCM_KEY_128; in aesni_gcm_session_configure() 139 sess->key_length = GCM_KEY_192; in aesni_gcm_session_configure() 143 sess->key_length = GCM_KEY_256; in aesni_gcm_session_configure() 743 RTE_PER_LCORE(gcm_ops)[s->key_length]); in aesni_gcm_process_bulk() 746 RTE_PER_LCORE(gcm_ops)[s->key_length]); in aesni_gcm_process_bulk() 749 RTE_PER_LCORE(gcm_ops)[s->key_length]); in aesni_gcm_process_bulk() [all …]
|
| H A D | pmd_chacha_poly.c | 17 uint8_t key_length; in chacha20_poly1305_session_configure() local 42 key_length = aead_xform->aead.key.length; in chacha20_poly1305_session_configure() 63 if (key_length != CHACHA20_POLY1305_KEY_SIZE) { in chacha20_poly1305_session_configure()
|
| H A D | pmd_aesni_gcm_priv.h | 165 enum aesni_gcm_key_length key_length; member
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 717 if (sess->cipher.key_length == 16) in ccp_configure_session_cipher() 719 else if (sess->cipher.key_length == 24) in ccp_configure_session_cipher() 721 else if (sess->cipher.key_length == 32) in ccp_configure_session_cipher() 732 if (sess->cipher.key_length == 16) in ccp_configure_session_cipher() 734 else if (sess->cipher.key_length == 24) in ccp_configure_session_cipher() 1091 if (sess->auth.key_length == 16) in ccp_configure_session_auth() 1093 else if (sess->auth.key_length == 24) in ccp_configure_session_auth() 1095 else if (sess->auth.key_length == 32) in ccp_configure_session_auth() 1102 sess->auth.key_length); in ccp_configure_session_auth() 1149 if (sess->cipher.key_length == 16) in ccp_configure_session_aead() [all …]
|
| H A D | ccp_crypto.h | 270 uint64_t key_length; member 293 uint64_t key_length; member
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_gen_hash.h | 87 uint32_t key_length; member
|
| H A D | ulp_gen_hash.c | 199 if (!hash_tbl || !entry || !entry->key_data || entry->key_length != in ulp_gen_hash_tbl_list_key_search()
|
| H A D | ulp_mapper.c | 2887 hash_entry.key_length = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_gen_tbl_process()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 99 const uint8_t *key, uint16_t key_length, void **ctx) in bpi_cipher_ctx_init() argument 113 if (key_length == ICP_QAT_HW_AES_128_KEY_SZ) in bpi_cipher_ctx_init() 632 uint8_t key_length = auth_xform->key.length; in qat_sym_session_configure_auth() local 752 key_length, in qat_sym_session_configure_auth() 767 key_length, in qat_sym_session_configure_auth() 781 key_length, in qat_sym_session_configure_auth()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.c | 82 uint8_t key_length; member 668 tuple_size = meta_data_key_info[i].key_length; in hns3_fd_convert_meta_data() 740 tuple_size = tuple_key_info[i].key_length / HNS3_BITS_PER_BYTE; in hns3_config_key()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_lic.c | 1083 uint8_t key_length; in efx_lic_v3_validate_key() local 1096 key_length = ((uint8_t *)keyp)[1]; in efx_lic_v3_validate_key() 1101 if (key_length > length) { in efx_lic_v3_validate_key()
|