Home
last modified time | relevance | path

Searched refs:kty_strings (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/cose/
H A Dcose_key.c135 static const char * const kty_strings[] = { NULL, variable
162 if (!kty || kty >= (int)LWS_ARRAY_SIZE(kty_strings)) { in lws_cose_key_checks()
169 if (ke->buf && (strlen(kty_strings[kty]) != ke->len || in lws_cose_key_checks()
170 memcmp(kty_strings[kty], ke->buf, ke->len))) { in lws_cose_key_checks()

Completed in 2 milliseconds