Home
last modified time | relevance | path

Searched refs:expiry_unix_time (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-jws.h555 unsigned long expiry_unix_time; member
/third_party/libwebsockets/READMEs/
DREADME.jwt.md107 in the JWT, this is made available as `expiry_unix_time` in the args struct
163 unsigned long expiry_unix_time;
/third_party/libwebsockets/lib/jose/jws/
Djws.c1224 char *sub, size_t sub_len, unsigned long *expiry_unix_time) in lws_jwt_token_sanity() argument
1301 if (expiry_unix_time) in lws_jwt_token_sanity()
1302 *expiry_unix_time = exp; in lws_jwt_token_sanity()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1653 &i->expiry_unix_time)) { in lws_jwt_get_http_cookie_validate_jwt()
1695 ull + i->expiry_unix_time, in lws_jwt_sign_token_set_http_cookie()
1716 i->cookie_name, plain, i->expiry_unix_time); in lws_jwt_sign_token_set_http_cookie()