Searched refs:out_id (Results 1 – 2 of 2) sorted by relevance
162 bool CreateKeyId(const uint8_t* key_blob, size_t len, km_id_t* out_id) { in CreateKeyId() argument170 assert(hash_len >= sizeof(*out_id)); in CreateKeyId()171 memcpy(out_id, hash, sizeof(*out_id)); in CreateKeyId()
35 bool CreateKeyId(const uint8_t* key_blob, size_t len, km_id_t* out_id);