Home
last modified time | relevance | path

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

/f-stack/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.c656 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 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
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c1652 } 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 Drte_table_action.h776 } cipher_auth; member
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4485 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 Dcli.c3778 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 Dip_pipeline.rst494 | cipher_auth