Home
last modified time | relevance | path

Searched defs:HasSubject (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/
H A Dverified_jwt.cc50 bool VerifiedJwt::HasSubject() const { in HasSubject() function in crypto::tink::VerifiedJwt
H A Draw_jwt.cc225 bool RawJwt::HasSubject() const { in HasSubject() function in crypto::tink::RawJwt
/aosp_15_r20/external/tink/go/jwt/
H A Dverified_jwt.go66 func (v *VerifiedJWT) HasSubject() bool { func
H A Draw_jwt.go145 func (r *RawJWT) HasSubject() bool { func