Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.cpp162 bool CreateKeyId(const uint8_t* key_blob, size_t len, km_id_t* out_id) { in CreateKeyId() argument
170 assert(hash_len >= sizeof(*out_id)); in CreateKeyId()
171 memcpy(out_id, hash, sizeof(*out_id)); in CreateKeyId()
Dcrypto.hpp35 bool CreateKeyId(const uint8_t* key_blob, size_t len, km_id_t* out_id);