Home
last modified time | relevance | path

Searched refs:match_id (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/crypto/
Dasymmetric_type.c208 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument
214 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() argument
227 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() local
247 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 …]
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc152 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local
170 if (found_id == match_id) { in LoadRecords()