Searched refs:LWS_GENCRYPTO_OCT_KEYEL_K (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
D | keys.c | 782 ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].len != sizeof(key3_k) || in test_cose_keys() 783 memcmp(ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, key3_k, sizeof(key3_k))) { in test_cose_keys() 786 (int)ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].len); in test_cose_keys() 822 ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].len != sizeof(key5_k) || in test_cose_keys() 823 memcmp(ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, key5_k, sizeof(key5_k))) in test_cose_keys() 858 ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].len != sizeof(key7_k) || in test_cose_keys() 859 memcmp(ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, key7_k, sizeof(key7_k))) in test_cose_keys() 874 ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].len != sizeof(key8_k) || in test_cose_keys() 875 memcmp(ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, key8_k, sizeof(key8_k))) in test_cose_keys() 892 ck->e[LWS_GENCRYPTO_OCT_KEYEL_K].len != sizeof(key9_k) || in test_cose_keys() [all …]
|
/third_party/libwebsockets/lib/jose/jwk/ |
D | jwk.c | 170 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].len = ulen; in lws_jwk_dup_oct() 206 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf = lws_malloc(sn, "oct"); in lws_jwk_generate() 207 if (!jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf) in lws_jwk_generate() 209 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].len = (uint32_t)sn; in lws_jwk_generate() 211 jwk->e[LWS_GENCRYPTO_OCT_KEYEL_K].buf, sn) != sn) { in lws_jwk_generate()
|
D | jose_key.c | 84 F_OCT | F_B64U | F_M | LWS_GENCRYPTO_OCT_KEYEL_K, 115 { "k", LWS_GENCRYPTO_OCT_KEYEL_K, 0 },
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-gencrypto.h | 47 LWS_GENCRYPTO_OCT_KEYEL_K, /* note... same offset as AES K */ enumerator 84 LWS_GENCRYPTO_AES_KEYEL_K = LWS_GENCRYPTO_OCT_KEYEL_K,
|
/third_party/libwebsockets/lib/cose/ |
D | cose_sign_alg.c | 109 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_sign_alg_create()
|
D | cose_key.c | 592 cps->gencrypto_eidx = LWS_GENCRYPTO_OCT_KEYEL_K; in cb_cose_key() 852 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_key_generate() 993 ctx->opaque[2] = 1 << LWS_GENCRYPTO_OCT_KEYEL_K; in lws_cose_key_export()
|
D | cose_validate_alg.c | 109 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_val_alg_create()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | jws.c | 180 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()
|