Home
last modified time | relevance | path

Searched refs:parser_read_uint32_val (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_ccm.c59 return parser_read_uint32_val("", value, val); in parser_dvpt_interim()
118 {ALEN_PREFIX, parser_read_uint32_val, &vec.aead.aad},
119 {PLEN_PREFIX, parser_read_uint32_val, &vec.pt},
121 {IVLEN_PREFIX, parser_read_uint32_val, &vec.iv},
133 {ALEN_PREFIX, parser_read_uint32_val, &vec.aead.aad},
134 {PLEN_PREFIX, parser_read_uint32_val, &vec.pt},
135 {IVLEN_PREFIX, parser_read_uint32_val, &vec.iv},
149 {PLEN_PREFIX, parser_read_uint32_val, &vec.pt},
150 {IVLEN_PREFIX, parser_read_uint32_val, &vec.iv},
166 {IVLEN_PREFIX, parser_read_uint32_val, &vec.iv},
[all …]
H A Dfips_validation_cmac.c66 {KLEN_STR, parser_read_uint32_val, &vec.cipher_auth.key},
67 {PTLEN_STR, parser_read_uint32_val, &vec.pt},
68 {TAGLEN_STR, parser_read_uint32_val, &vec.cipher_auth.digest},
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},
H A Dfips_validation.h249 parser_read_uint32_val(const char *key, char *src, struct fips_val *val);
258 parser_read_uint32_val(const char *key, char *src, struct fips_val *val);
H A Dfips_validation_sha.c41 parser_read_uint32_val(ALGO_PREFIX, in parse_interim_algo()
H A Dfips_validation.c545 parser_read_uint32_val(const char *key, char *src, struct fips_val *val) in parser_read_uint32_val() function
573 ret = parser_read_uint32_val(key, src, val); in parser_read_uint32_bit_val()