Home
last modified time | relevance | path

Searched refs:jwt_hmac_key_format (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_hmac_key_manager.cc61 const JwtHmacKeyFormat& jwt_hmac_key_format) const { in CreateKey()
62 return raw_key_manager_.CreateKey(jwt_hmac_key_format); in CreateKey()
66 const JwtHmacKeyFormat& jwt_hmac_key_format, in DeriveKey() argument
68 return raw_key_manager_.DeriveKey(jwt_hmac_key_format, input_stream); in DeriveKey()
H A Draw_jwt_hmac_key_manager.cc66 const JwtHmacKeyFormat& jwt_hmac_key_format) const { in CreateKey()
69 jwt_hmac_key.set_algorithm(jwt_hmac_key_format.algorithm()); in CreateKey()
71 subtle::Random::GetRandomBytes(jwt_hmac_key_format.key_size())); in CreateKey()
76 const JwtHmacKeyFormat& jwt_hmac_key_format, in DeriveKey() argument