Home
last modified time | relevance | path

Searched defs:rsa_key (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/system/keymint/boringssl/src/
H A Drsa.rs75 let rsa_key = in generate_key() localVariable
141 let rsa_key = ossl!(openssl::rsa::Rsa::private_key_from_der(&self.key.0))?; in finish() localVariable
216 let rsa_key = ossl!(openssl::rsa::Rsa::private_key_from_der(&key.0))?; in new() localVariable
291 rsa_key: openssl::rsa::Rsa<openssl::pkey::Private>, field
299 let rsa_key = ossl!(openssl::rsa::Rsa::private_key_from_der(&key.0))?; in new() localVariable
/aosp_15_r20/system/keymaster/legacy_support/
H A Drsa_keymaster1_operation.cpp30 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()
/aosp_15_r20/external/vboot_reference/futility/
H A Dvb2_helper.c169 RSA *rsa_key; in rsa_from_buffer() local
193 RSA *rsa_key = rsa_from_buffer(buf, len); in ft_recognize_pem() local
205 RSA *rsa_key; in ft_show_pem() local
H A Dcmd_create.c83 struct rsa_st *rsa_key = NULL; in vb1_make_keypair() local
166 RSA *rsa_key = 0; in vb2_make_keypair() local
/aosp_15_r20/system/keymaster/km_openssl/
H A Drsa_key_factory.cpp84 RSA_Ptr rsa_key(RSA_new()); in GenerateKey() local
151 RSA_Ptr rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in ImportKey() local
183 RSA_Ptr rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in UpdateImportKeyDescription() local
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/testing/
H A Dutils.cc38 RSA* rsa_key) { in TestSign()
71 const RSA& rsa_key, const bool use_rsa_public_exponent) { in TestSignWithPublicMetadata()
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A Drsa_keymaster1_key.h82 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Drsa_key.h35 RSA_Ptr rsa_key) in RsaKey()
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dfapi-ext-public-key.int.c50 RSA *rsa_key = NULL; in test_fapi_ext_public_key() local
/aosp_15_r20/external/cronet/crypto/
H A Dsignature_creator.cc68 bssl::UniquePtr<RSA> rsa_key(EVP_PKEY_get1_RSA(key->key())); in Sign() local
H A Drsa_private_key.cc27 bssl::UniquePtr<RSA> rsa_key(RSA_new()); in Create() local
/aosp_15_r20/external/libchrome/crypto/
H A Drsa_private_key.cc26 bssl::UniquePtr<RSA> rsa_key(RSA_new()); in Create() local
/aosp_15_r20/external/openscreen/util/crypto/
H A Drsa_private_key.cc28 bssl::UniquePtr<RSA> rsa_key(RSA_new()); in Create() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dtest_fips.c180 RSA *rsa_key = RSA_new(); in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dtest_fips.c180 RSA *rsa_key = RSA_new(); in main() local
/aosp_15_r20/external/boringssl/src/util/fipstools/
H A Dtest_fips.c215 RSA *rsa_key = RSA_new(); in main() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/
H A Dtest_fips.c191 RSA *rsa_key = RSA_new(); in main() local
/aosp_15_r20/external/openscreen/cast/receiver/channel/
H A Dstatic_credentials.cc89 RSA* rsa_key = EVP_PKEY_get0_RSA(tls_key.get()); in GenerateCredentials() local
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dhost_key2.c172 struct rsa_st *rsa_key = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL); in vb2_read_private_key_pem() local
/aosp_15_r20/packages/modules/adb/daemon/
Dauth.cpp129 bssl::UniquePtr<RSA> rsa_key(key); in adbd_tls_client_ca_list() local
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djws.c775 rsa_key[] = "-----BEGIN PRIVATE KEY-----\n" variable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c586 RSA *rsa_key = NULL; in boringssl_fips_self_test() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c586 RSA *rsa_key = NULL; in boringssl_fips_self_test() local
/aosp_15_r20/external/tink/cc/subtle/
H A Dpem_parser_boringssl.cc50 util::Status VerifyRsaKey(const RSA* rsa_key) { in VerifyRsaKey()
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Djson_token_test.cc284 static void check_jwt_signature(const char* b64_signature, RSA* rsa_key, in check_jwt_signature()

12