Home
last modified time | relevance | path

Searched defs:unsigned_token (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_mac_impl.cc60 std::string unsigned_token = in ComputeMacAndEncodeWithKid() local
77 absl::string_view unsigned_token = compact.substr(0, mac_pos); in VerifyMacAndDecodeWithKid() local
H A Djwt_public_key_sign_impl.cc57 std::string unsigned_token = in SignAndEncodeWithKid() local
H A Djwt_public_key_verify_impl.cc41 absl::string_view unsigned_token = compact.substr(0, signature_pos); in VerifyAndDecodeWithKid() local