Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/jwt/internal/
H A Draw_jwt_hmac_key_manager.h52 const google::crypto::tink::JwtHmacKey& jwt_hmac_key) const override { in Create()
H A Djwt_hmac_key_manager.h52 const google::crypto::tink::JwtHmacKey& jwt_hmac_key) const override { in Create()
H A Draw_jwt_hmac_key_manager.cc67 JwtHmacKey jwt_hmac_key; in CreateKey() local