Home
last modified time | relevance | path

Searched defs:e_bytes (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/rsa/
Dpublic_key.rs44 let e_bytes = e; in from_modulus_and_exponent() localVariable
71 let e_bytes = io::Positive::from_be_bytes(e_bytes) in from_modulus_and_exponent() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_rsa2_keygen_test.cc55 std::vector<uint8_t> n_bytes(BN_num_bytes(n)), e_bytes(BN_num_bytes(e)), in TestRSA2KeyGen() local
Dcavp_rsa2_sigver_test.cc56 std::vector<uint8_t> e_bytes, msg, sig; in TestRSA2SigVer() local
Dcavp_rsa2_siggen_test.cc64 std::vector<uint8_t> e_bytes(BN_num_bytes(e)); in TestRSA2SigGen() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_rsa2_keygen_test.cc55 std::vector<uint8_t> n_bytes(BN_num_bytes(n)), e_bytes(BN_num_bytes(e)), in TestRSA2KeyGen() local
Dcavp_rsa2_sigver_test.cc56 std::vector<uint8_t> e_bytes, msg, sig; in TestRSA2SigVer() local
Dcavp_rsa2_siggen_test.cc64 std::vector<uint8_t> e_bytes(BN_num_bytes(e)); in TestRSA2SigGen() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_rsa.c219 static psa_status_t psa_rsa_read_exponent(const uint8_t *e_bytes, in psa_rsa_read_exponent()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1708 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1708 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
H A Dmodulewrapper.cc1914 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/modulewrapper/
H A Dmodulewrapper.cc1935 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.cc18466 std::string e_bytes; in ParseResponse_Commit() local