Home
last modified time | relevance | path

Searched defs:use_rsa_public_exponent (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/
H A Drsa_blind_signer.cc44 const bool use_rsa_public_exponent) { in CreatePrivateKeyWithPublicMetadata()
129 const RSAPrivateKey& signing_key, const bool use_rsa_public_exponent, in New()
H A Dcrypto_utils.cc331 absl::string_view public_metadata, const bool use_rsa_public_exponent) { in CreatePublicKeyRSAWithPublicMetadata()
355 const bool use_rsa_public_exponent) { in CreatePublicKeyRSAWithPublicMetadata()
H A Drsa_ssa_pss_verifier.cc40 const RSAPublicKey& public_key, const bool use_rsa_public_exponent, in New()
H A Drsa_blinder.cc37 int salt_length, const bool use_rsa_public_exponent, in New()
H A Dcrypto_utils_test.cc207 bool use_rsa_public_exponent) { in GetIetfNewPublicExponentWithPublicMetadataTestVectors()
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/client/
H A Danonymous_tokens_rsa_bssa_client.cc131 const bool use_rsa_public_exponent = false; in CreateRequest() local
H A Danonymous_tokens_rsa_bssa_client_test.cc99 const bool use_rsa_public_exponent = false; in CreateResponse() local
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/testing/
H A Dutils.cc71 const RSA& rsa_key, const bool use_rsa_public_exponent) { in TestSignWithPublicMetadata()