Lines Matching refs:vec
68 {KEYLEN_STR, parser_read_uint32_val, &vec.cipher_auth.key},
69 {TAGLEN_STR, parser_read_uint32_val, &vec.cipher_auth.digest},
70 {KEY_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
71 {PT_STR, parse_uint8_hex_str, &vec.pt},
72 {TAG_STR, parse_uint8_hex_str, &vec.cipher_auth.digest},
95 {KEY_JSON_STR, parse_uint8_hex_str, &vec.cipher_auth.key},
96 {PT_JSON_STR, parse_uint8_hex_str, &vec.pt},
97 {TAG_JSON_STR, parse_uint8_hex_str, &vec.cipher_auth.digest},
102 {KEYLEN_JSON_STR, parser_read_uint32_val, &vec.cipher_auth.key},
103 {TAGLEN_JSON_STR, parser_read_uint32_bit_val, &vec.cipher_auth.digest},
115 val_local.val = val->val + vec.pt.len; in parse_test_hmac_writeback()
116 val_local.len = vec.cipher_auth.digest.len; in parse_test_hmac_writeback()
125 if (memcmp(val->val + vec.pt.len, vec.cipher_auth.digest.val, in rsp_test_hmac_check()
126 vec.cipher_auth.digest.len) == 0) in rsp_test_hmac_check()
160 val_local.val = val->val + vec.pt.len; in parse_test_hmac_json_writeback()
161 val_local.len = vec.cipher_auth.digest.len; in parse_test_hmac_json_writeback()