Home
last modified time | relevance | path

Searched refs:LWS_GENCRYPTO_OCT_KEYEL_K (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-gencrypto.h47 LWS_GENCRYPTO_OCT_KEYEL_K, /* note... same offset as AES K */ enumerator
77 LWS_GENCRYPTO_AES_KEYEL_K = LWS_GENCRYPTO_OCT_KEYEL_K,
/external/libwebsockets/lib/jose/jwk/
Djwk.c92 F_OCT | F_B64U | F_M | LWS_GENCRYPTO_OCT_KEYEL_K,
127 { "k", LWS_GENCRYPTO_OCT_KEYEL_K, 0 },
561 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].len = len; in lws_jwk_dup_oct()
597 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf = lws_malloc(sn, "oct"); in lws_jwk_generate()
598 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].len = sn; in lws_jwk_generate()
600 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, sn) != sn) { in lws_jwk_generate()
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c180 jwk.e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, in test_jws_HS256()
181 jwk.e[LWS_GENCRYPTO_OCT_KEYEL_K].len)) in test_jws_HS256()