Searched refs:jwt_hmac_key_format (Results 1 – 2 of 2) sorted by relevance
61 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() argument68 return raw_key_manager_.DeriveKey(jwt_hmac_key_format, input_stream); in DeriveKey()
66 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