Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 13 of 13) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.h115 .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 Dtest_cryptodev_security_ipsec.c395 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 Dpmd_aesni_gcm.c68 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 Dpmd_chacha_poly.c17 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 Dpmd_aesni_gcm_priv.h165 enum aesni_gcm_key_length key_length; member
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c717 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 Dccp_crypto.h270 uint64_t key_length; member
293 uint64_t key_length; member
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_hash.h87 uint32_t key_length; member
H A Dulp_gen_hash.c199 if (!hash_tbl || !entry || !entry->key_data || entry->key_length != in ulp_gen_hash_tbl_list_key_search()
H A Dulp_mapper.c2887 hash_entry.key_length = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_gen_tbl_process()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c99 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 Dhns3_fdir.c82 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 Defx_lic.c1083 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()