Searched defs:RSAPublicKey (Results 1 - 1 of 1) sorted by relevance

/system/core/libcrypto_utils/
H A Dandroid_pubkey.c38 typedef struct RSAPublicKey { struct
53 } RSAPublicKey; typedef in typeref:struct:RSAPublicKey
65 const RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer;
74 if (size < sizeof(RSAPublicKey)) {
96 // the RSAPublicKey structure. They assume a word size of 32 bits, but
123 RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer;
130 if (sizeof(RSAPublicKey) > size ||

Completed in 37 milliseconds