Lines Matching refs:vec

76 				text, &vec.cipher_auth.digest);  in parse_interim_algo()
88 {MSGLEN_STR, parser_read_uint32_bit_val, &vec.pt},
89 {MSG_STR, parse_uint8_known_len_hex_str, &vec.pt},
90 {SEED_STR, parse_uint8_hex_str, &vec.pt},
108 vec.cipher_auth.digest.len = atoi(src) / 8; in parse_interim_str()
141 {PT_JSON_STR, parse_uint8_hex_str, &vec.pt},
142 {OUTLEN_JSON_STR, parser_read_uint32_bit_val, &vec.cipher_auth.digest},
160 val_local.val = val->val + vec.pt.len; in parse_test_sha_writeback()
161 val_local.len = vec.cipher_auth.digest.len; in parse_test_sha_writeback()
170 if (memcmp(val->val + vec.pt.len, vec.cipher_auth.digest.val, in rsp_test_sha_check()
171 vec.cipher_auth.digest.len) == 0) in rsp_test_sha_check()
186 char *line = info.vec[i]; in parse_test_sha_init()
212 val_local.val = val->val + vec.pt.len; in parse_test_sha_json_writeback()
213 val_local.len = vec.cipher_auth.digest.len; in parse_test_sha_json_writeback()
222 json_integer(vec.cipher_auth.digest.len * 8)); in parse_test_sha_json_writeback()
267 val_local.val = val->val + vec.pt.len; in parse_test_sha_mct_json_writeback()
268 val_local.len = vec.cipher_auth.digest.len; in parse_test_sha_mct_json_writeback()
275 json_object_set_new(res, "outLen", json_integer(vec.cipher_auth.digest.len * 8)); in parse_test_sha_mct_json_writeback()
304 sz = vec.cipher_auth.digest.len; in parse_test_sha_json_algorithm()
307 vec.cipher_auth.digest.len = sz; in parse_test_sha_json_algorithm()
313 rte_free(vec.cipher_auth.digest.val); in parse_test_sha_json_algorithm()
314 vec.cipher_auth.digest.val = rte_malloc(NULL, sz, 0); in parse_test_sha_json_algorithm()
315 if (vec.cipher_auth.digest.val == NULL) in parse_test_sha_json_algorithm()