Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/python/tink/jwt/
H A D__init__.py52 jwt_hs512_template = _jwt_key_templates.jwt_hs512_template variable
H A D_jwt_key_templates.py91 def jwt_hs512_template() -> tink_pb2.KeyTemplate: function