Home
last modified time | relevance | path

Searched defs:raw_jwt_hs256_template (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/python/tink/jwt/
H A D__init__.py49 raw_jwt_hs256_template = _jwt_key_templates.raw_jwt_hs256_template variable
H A D_jwt_key_templates.py79 def raw_jwt_hs256_template() -> tink_pb2.KeyTemplate: function