/aosp_15_r20/system/keymint/boringssl/src/ |
H A D | rsa.rs | 75 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 D | rsa_keymaster1_operation.cpp | 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()
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | vb2_helper.c | 169 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 D | cmd_create.c | 83 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 D | rsa_key_factory.cpp | 84 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 D | utils.cc | 38 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 D | rsa_keymaster1_key.h | 82 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
|
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/ |
H A D | rsa_key.h | 35 RSA_Ptr rsa_key) in RsaKey()
|
/aosp_15_r20/external/tpm2-tss/test/integration/ |
H A D | fapi-ext-public-key.int.c | 50 RSA *rsa_key = NULL; in test_fapi_ext_public_key() local
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | signature_creator.cc | 68 bssl::UniquePtr<RSA> rsa_key(EVP_PKEY_get1_RSA(key->key())); in Sign() local
|
H A D | rsa_private_key.cc | 27 bssl::UniquePtr<RSA> rsa_key(RSA_new()); in Create() local
|
/aosp_15_r20/external/libchrome/crypto/ |
H A D | rsa_private_key.cc | 26 bssl::UniquePtr<RSA> rsa_key(RSA_new()); in Create() local
|
/aosp_15_r20/external/openscreen/util/crypto/ |
H A D | rsa_private_key.cc | 28 bssl::UniquePtr<RSA> rsa_key(RSA_new()); in Create() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | test_fips.c | 180 RSA *rsa_key = RSA_new(); in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | test_fips.c | 180 RSA *rsa_key = RSA_new(); in main() local
|
/aosp_15_r20/external/boringssl/src/util/fipstools/ |
H A D | test_fips.c | 215 RSA *rsa_key = RSA_new(); in main() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/ |
H A D | test_fips.c | 191 RSA *rsa_key = RSA_new(); in main() local
|
/aosp_15_r20/external/openscreen/cast/receiver/channel/ |
H A D | static_credentials.cc | 89 RSA* rsa_key = EVP_PKEY_get0_RSA(tls_key.get()); in GenerateCredentials() local
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | host_key2.c | 172 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/ |
D | auth.cpp | 129 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 D | jws.c | 775 rsa_key[] = "-----BEGIN PRIVATE KEY-----\n" variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/ |
D | self_check.c | 586 RSA *rsa_key = NULL; in boringssl_fips_self_test() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/ |
D | self_check.c | 586 RSA *rsa_key = NULL; in boringssl_fips_self_test() local
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | pem_parser_boringssl.cc | 50 util::Status VerifyRsaKey(const RSA* rsa_key) { in VerifyRsaKey()
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | json_token_test.cc | 284 static void check_jwt_signature(const char* b64_signature, RSA* rsa_key, in check_jwt_signature()
|