Lines Matching defs:RSAPublicKey
25 typedef struct RSAPublicKey {
31 } RSAPublicKey;
36 int RSAVerify(const RSAPublicKey *key,
45 * [key_blob] or RSAPublicKey structure [key]. One of [key_blob] or [key] must
56 const RSAPublicKey* key,
65 const RSAPublicKey* key,
80 /* Allocate a new RSAPublicKey structure and initialize its pointer fields to
82 RSAPublicKey* RSAPublicKeyNew(void);
85 void RSAPublicKeyFree(RSAPublicKey* key);
92 RSAPublicKey* RSAPublicKeyFromBuf(const uint8_t* buf, uint64_t len);