Searched refs:match_id (Results 1 – 2 of 2) sorted by relevance
208 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument214 if (!kids || !match_id) in asymmetric_match_key_ids()217 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids()224 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument227 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id()228 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()237 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local247 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id()249 if (!match_id) in asymmetric_key_hex_to_key_id()251 ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2); in asymmetric_key_hex_to_key_id()[all …]
152 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local170 if (found_id == match_id) { in LoadRecords()