Searched defs:rsa_key (Results 1 – 9 of 9) sorted by relevance
30 keymaster_error_t RsaKeymaster1WrappedOperation::Begin(EVP_PKEY* rsa_key, in Begin()79 RsaKeymaster1WrappedOperation::PrepareFinish(EVP_PKEY* rsa_key, in PrepareFinish()96 keymaster_error_t RsaKeymaster1WrappedOperation::GetError(EVP_PKEY* rsa_key) { in GetError()
84 RSA_Ptr rsa_key(RSA_new()); in GenerateKey() local151 RSA_Ptr rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in ImportKey() local183 RSA_Ptr rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in UpdateImportKeyDescription() local
40 const RsaKey& rsa_key = static_cast<const RsaKey&>(key); in GetRsaKey() local
75 let rsa_key = in generate_key() localVariable141 let rsa_key = ossl!(openssl::rsa::Rsa::private_key_from_der(&self.key.0))?; in finish() localVariable216 let rsa_key = ossl!(openssl::rsa::Rsa::private_key_from_der(&key.0))?; in new() localVariable291 rsa_key: openssl::rsa::Rsa<openssl::pkey::Private>, field299 let rsa_key = ossl!(openssl::rsa::Rsa::private_key_from_der(&key.0))?; in new() localVariable
82 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
35 RSA_Ptr rsa_key) in RsaKey()
274 let rsa_key = explicit!(key)?; in subject_public_key() localVariable
60149 struct rsa_key { struct60150 const u8 *n;60151 const u8 *e;60152 const u8 *d;60153 const u8 *p;60154 const u8 *q;60155 const u8 *dp;60156 const u8 *dq;60157 const u8 *qinv;60158 size_t n_sz;[all …]
69879 struct rsa_key { struct69880 const u8 *n;69881 const u8 *e;69882 const u8 *d;69883 const u8 *p;69884 const u8 *q;69885 const u8 *dp;69886 const u8 *dq;69887 const u8 *qinv;69888 size_t n_sz;[all …]