Home
last modified time | relevance | path

Searched defs:rsa_private_key (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/
H A Drsa_blind_signer.cc124 bssl::UniquePtr<RSA> rsa_private_key) in RsaBlindSigner()
131 bssl::UniquePtr<RSA> rsa_private_key; in New() local
H A Dcrypto_utils.cc302 bssl::UniquePtr<RSA> rsa_private_key( in CreatePrivateKeyRSA() local
/aosp_15_r20/external/tink/cc/subtle/
H A Dpem_parser_boringssl.cc254 auto rsa_private_key = absl::make_unique<internal::RsaPrivateKey>(); in ParseRsaPrivateKey() local
324 const internal::RsaPrivateKey& rsa_private_key) { in WriteRsaPrivateKey()
H A Drsa_ssa_pss_sign_boringssl.cc59 util::StatusOr<std::string> SslRsaSsaPssSign(RSA* rsa_private_key, in SslRsaSsaPssSign()
/aosp_15_r20/external/cronet/net/ssl/
H A Dtest_ssl_private_key.cc50 crypto::RSAPrivateKey* rsa_private_key) { in WrapRSAPrivateKey()
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/privacy_pass/demo/
H A Drsa_bssa_public_metadata_privacy_pass_server_demo.cc36 absl::StatusOr<bssl::UniquePtr<RSA>> rsa_private_key = in RunDemo() local
/aosp_15_r20/external/vboot_reference/host/lib21/include/
H A Dhost_key21.h29 struct rsa_st *rsa_private_key; /* Local private key*/ member
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/testing/
H A Dproto_utils.cc217 RSAPrivateKey rsa_private_key; in GetStandardRsaKeyPair() local
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dutil_misc.c200 int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, uint8_t **keyb_data, uint32_t *keyb_size) in vb_keyb_from_rsa()