Home
last modified time | relevance | path

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

/aosp14/system/core/libcrypto_utils/
H A Dandroid_pubkey.cpp55 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key) { in android_pubkey_decode() argument
56 const RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer; in android_pubkey_decode()
111 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size) { in android_pubkey_encode() argument
112 RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer; in android_pubkey_encode()
/aosp14/system/core/libcrypto_utils/include/crypto_utils/
H A Dandroid_pubkey.h47 bool android_pubkey_decode(const uint8_t* key_buffer, size_t size, RSA** key);
55 bool android_pubkey_encode(const RSA* key, uint8_t* key_buffer, size_t size);