| /dpdk/examples/fips_validation/ |
| H A D | fips_validation_hmac.c | 55 {KEYLEN_STR, parser_read_uint32_val, &vec.cipher_auth.key}, 56 {TAGLEN_STR, parser_read_uint32_val, &vec.cipher_auth.digest}, 57 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key}, 59 {TAG_STR, parse_uint8_hex_str, &vec.cipher_auth.digest}, 76 val_local.len = vec.cipher_auth.digest.len; in parse_test_hmac_writeback() 85 if (memcmp(val->val + vec.pt.len, vec.cipher_auth.digest.val, in rsp_test_hmac_check() 86 vec.cipher_auth.digest.len) == 0) in rsp_test_hmac_check()
|
| H A D | fips_validation_cmac.c | 47 vec.cipher_auth.digest.len}; in parse_test_cmac_writeback() 66 {KLEN_STR, parser_read_uint32_val, &vec.cipher_auth.key}, 68 {TAGLEN_STR, parser_read_uint32_val, &vec.cipher_auth.digest}, 69 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key}, 72 &vec.cipher_auth.digest},
|
| H A D | fips_validation_sha.c | 42 text, &vec.cipher_auth.digest); in parse_interim_algo() 56 {SEED_STR, parse_uint8_hex_str, &vec.cipher_auth.digest}, 73 val_local.len = vec.cipher_auth.digest.len; in parse_test_sha_writeback() 82 if (memcmp(val->val + vec.pt.len, vec.cipher_auth.digest.val, in rsp_test_sha_check() 83 vec.cipher_auth.digest.len) == 0) in rsp_test_sha_check()
|
| H A D | fips_validation_tdes.c | 65 {KEYS_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key}, 66 {KEY1_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key}, 67 {KEY2_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key}, 68 {KEY3_STR, parse_tdes_uint8_hex_str, &vec.cipher_auth.key}, 86 {KEY1_STR, writeback_tdes_hex_str, &vec.cipher_auth.key}, 87 {KEY2_STR, writeback_tdes_hex_str, &vec.cipher_auth.key}, 88 {KEY3_STR, writeback_tdes_hex_str, &vec.cipher_auth.key}, 89 {KEYS_STR, writeback_tdes_hex_str, &vec.cipher_auth.key},
|
| H A D | main.c | 672 vec.cipher_auth.digest.len); in prepare_auth_op() 1483 switch (vec.cipher_auth.key.len) { in fips_mct_aes_ecb_test() 1588 switch (vec.cipher_auth.key.len) { in fips_mct_aes_test() 1641 vec.cipher_auth.digest.len); in fips_mct_sha_test() 1642 md[0].len = vec.cipher_auth.digest.len; in fips_mct_sha_test() 1644 vec.cipher_auth.digest.len); in fips_mct_sha_test() 1645 md[1].len = vec.cipher_auth.digest.len; in fips_mct_sha_test() 1647 vec.cipher_auth.digest.len); in fips_mct_sha_test() 1648 md[2].len = vec.cipher_auth.digest.len; in fips_mct_sha_test() 1680 vec.cipher_auth.digest.len); in fips_mct_sha_test() [all …]
|
| H A D | fips_validation_xts.c | 42 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key}, 59 {KEY_STR, writeback_hex_str, &vec.cipher_auth.key},
|
| H A D | fips_validation_aes.c | 72 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key}, 89 {KEY_STR, writeback_hex_str, &vec.cipher_auth.key},
|
| H A D | fips_validation.h | 65 } cipher_auth; member
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.c | 1650 } cipher_auth; member 1683 } cipher_auth; member 1803 data->cipher_auth.cipher_iv_len = in sym_crypto_apply() 1811 p->cipher_auth.cipher_iv.val, in sym_crypto_apply() 1892 p->cipher_auth.auth_iv.val, in sym_crypto_apply() 1893 p->cipher_auth.auth_iv.length); in sym_crypto_apply() 1896 p->cipher_auth.auth_iv.val, in sym_crypto_apply() 1897 p->cipher_auth.auth_iv.length); in sym_crypto_apply() 1976 data->cipher_auth.cipher_iv_len); in pkt_work_sym_crypto() 1995 data->cipher_auth.cipher_iv_len; in pkt_work_sym_crypto() [all …]
|
| H A D | rte_table_action.h | 776 } cipher_auth; member
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 4485 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 4489 if (p->cipher_auth.auth_iv.val) in parse_free_sym_crypto_param_data() 4490 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 4491 if (p->cipher_auth.auth_iv_update.val) in parse_free_sym_crypto_param_data() 4555 p->cipher_auth.cipher_iv.val, in parse_table_action_cipher() 4568 if (p->cipher_auth.cipher_iv.val) { in parse_table_action_cipher() 4569 free(p->cipher_auth.cipher_iv.val); in parse_table_action_cipher() 4570 p->cipher_auth.cipher_iv.val = NULL; in parse_table_action_cipher() 4649 if (p->cipher_auth.auth_iv.val) { in parse_table_action_cipher_auth() 4650 free(p->cipher_auth.auth_iv.val); in parse_table_action_cipher_auth() [all …]
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3776 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 3780 if (p->cipher_auth.auth_iv.val) in parse_free_sym_crypto_param_data() 3781 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 3782 if (p->cipher_auth.auth_iv_update.val) in parse_free_sym_crypto_param_data() 3846 p->cipher_auth.cipher_iv.val, in parse_table_action_cipher() 3859 if (p->cipher_auth.cipher_iv.val) { in parse_table_action_cipher() 3860 free(p->cipher_auth.cipher_iv.val); in parse_table_action_cipher() 3861 p->cipher_auth.cipher_iv.val = NULL; in parse_table_action_cipher() 3940 if (p->cipher_auth.auth_iv.val) { in parse_table_action_cipher_auth() 3941 free(p->cipher_auth.auth_iv.val); in parse_table_action_cipher_auth() [all …]
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 494 | cipher_auth
|