Home
last modified time | relevance | path

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

/system/hardware/interfaces/wifi/keystore/1.0/default/
Dwifikeystorehal_utils.h41 const uint8_t* pub_key_bytes; in extractPubKey() local
43 if (!BIO_mem_contents(pub_key_bio.get(), &pub_key_bytes, &pub_key_len)) { in extractPubKey()
48 return {pub_key_bytes, pub_key_bytes + pub_key_len}; in extractPubKey()