Home
last modified time | relevance | path

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

/dpdk/examples/fips_validation/
H A Dfips_validation_hmac.c55 {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 Dfips_validation_cmac.c47 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 Dfips_validation_sha.c42 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 Dfips_validation_tdes.c65 {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 Dmain.c672 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 Dfips_validation_xts.c42 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
59 {KEY_STR, writeback_hex_str, &vec.cipher_auth.key},
H A Dfips_validation_aes.c72 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
89 {KEY_STR, writeback_hex_str, &vec.cipher_auth.key},
H A Dfips_validation.h65 } cipher_auth; member
/dpdk/lib/pipeline/
H A Drte_table_action.c1650 } 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 Drte_table_action.h776 } cipher_auth; member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4485 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 Dcli.c3776 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 Dip_pipeline.rst494 | cipher_auth