Searched refs:rsaPublicKey (Results 1 – 3 of 3) sorted by relevance
303 static int32_t X509PublicKeyToRsa(mbedtls_rsa_context *rsaCtx, struct HksBlob *rsaPublicKey) in X509PublicKeyToRsa() argument338 rsaPublicKey->data = keyBuffer; in X509PublicKeyToRsa()339 rsaPublicKey->size = totalSize; in X509PublicKeyToRsa()
578 static int32_t X509PublicKeyToRsa(EVP_PKEY *pkey, struct HksBlob *rsaPublicKey) in X509PublicKeyToRsa() argument609 rsaPublicKey->data = keyBuffer; in X509PublicKeyToRsa()610 rsaPublicKey->size = totalSize; in X509PublicKeyToRsa()
315 uint8_t rsaPublicKey[SET_SIZE_4096] = {0}; in DecryptServiceTestCase() local316 struct HksBlob rsaPublicKeyInfo = { rsaKeyLen, rsaPublicKey }; in DecryptServiceTestCase()453 uint8_t rsaPublicKey[SET_SIZE_4096] = {0}; in SignServiceTestCase() local455 struct HksBlob rsaPublicKeyInfo = { rsaPublicKeyLen, rsaPublicKey }; in SignServiceTestCase()