| /f-stack/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 | 656 vec.cipher_auth.digest.len); in prepare_auth_op() 1469 switch (vec.cipher_auth.key.len) { in fips_mct_aes_ecb_test() 1575 switch (vec.cipher_auth.key.len) { in fips_mct_aes_test() 1630 vec.cipher_auth.digest.len); in fips_mct_sha_test() 1631 md[0].len = vec.cipher_auth.digest.len; in fips_mct_sha_test() 1633 vec.cipher_auth.digest.len); in fips_mct_sha_test() 1634 md[1].len = vec.cipher_auth.digest.len; in fips_mct_sha_test() 1636 vec.cipher_auth.digest.len); in fips_mct_sha_test() 1637 md[2].len = vec.cipher_auth.digest.len; in fips_mct_sha_test() 1669 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
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.c | 1652 } cipher_auth; member 1685 } cipher_auth; member 1805 data->cipher_auth.cipher_iv_len = in sym_crypto_apply() 1813 p->cipher_auth.cipher_iv.val, in sym_crypto_apply() 1894 p->cipher_auth.auth_iv.val, in sym_crypto_apply() 1895 p->cipher_auth.auth_iv.length); in sym_crypto_apply() 1898 p->cipher_auth.auth_iv.val, in sym_crypto_apply() 1899 p->cipher_auth.auth_iv.length); in sym_crypto_apply() 1978 data->cipher_auth.cipher_iv_len); in pkt_work_sym_crypto() 1997 data->cipher_auth.cipher_iv_len; in pkt_work_sym_crypto() [all …]
|
| H A D | rte_table_action.h | 776 } cipher_auth; member
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 4485 if (p->cipher_auth.cipher_iv.val) in parse_free_sym_crypto_param_data() 4486 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 4491 if (p->cipher_auth.auth_iv.val) in parse_free_sym_crypto_param_data() 4492 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 4559 p->cipher_auth.cipher_iv.val, in parse_table_action_cipher() 4572 if (p->cipher_auth.cipher_iv.val) { in parse_table_action_cipher() 4573 free(p->cipher_auth.cipher_iv.val); in parse_table_action_cipher() 4574 p->cipher_auth.cipher_iv.val = NULL; in parse_table_action_cipher() 4653 if (p->cipher_auth.auth_iv.val) { in parse_table_action_cipher_auth() 4654 free(p->cipher_auth.auth_iv.val); in parse_table_action_cipher_auth() [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3778 if (p->cipher_auth.cipher_iv.val) in parse_free_sym_crypto_param_data() 3779 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 3784 if (p->cipher_auth.auth_iv.val) in parse_free_sym_crypto_param_data() 3785 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data() 3852 p->cipher_auth.cipher_iv.val, in parse_table_action_cipher() 3865 if (p->cipher_auth.cipher_iv.val) { in parse_table_action_cipher() 3866 free(p->cipher_auth.cipher_iv.val); in parse_table_action_cipher() 3867 p->cipher_auth.cipher_iv.val = NULL; in parse_table_action_cipher() 3946 if (p->cipher_auth.auth_iv.val) { in parse_table_action_cipher_auth() 3947 free(p->cipher_auth.auth_iv.val); in parse_table_action_cipher_auth() [all …]
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 494 | cipher_auth
|