Searched defs:e_bytes (Results 1 – 13 of 13) sorted by relevance
44 let e_bytes = e; in from_modulus_and_exponent() localVariable71 let e_bytes = io::Positive::from_be_bytes(e_bytes) in from_modulus_and_exponent() localVariable
55 std::vector<uint8_t> n_bytes(BN_num_bytes(n)), e_bytes(BN_num_bytes(e)), in TestRSA2KeyGen() local
56 std::vector<uint8_t> e_bytes, msg, sig; in TestRSA2SigVer() local
64 std::vector<uint8_t> e_bytes(BN_num_bytes(e)); in TestRSA2SigGen() local
219 static psa_status_t psa_rsa_read_exponent(const uint8_t *e_bytes, in psa_rsa_read_exponent()
1708 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
1914 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
1935 const Span<const uint8_t> e_bytes = args[1]; in RSASigVer() local
18466 std::string e_bytes; in ParseResponse_Commit() local