Home
last modified time | relevance | path

Searched refs:LWS_GENCRYPTO_EC_KEYEL_Y (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dkeys.c729 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key1_y) || in test_cose_keys()
732 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key1_y, sizeof(key1_y)) || in test_cose_keys()
761 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key2_y) || in test_cose_keys()
764 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key2_y, sizeof(key2_y)) || in test_cose_keys()
803 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key4_y) || in test_cose_keys()
806 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key4_y, sizeof(key4_y)) || in test_cose_keys()
839 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key6_y) || in test_cose_keys()
842 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key6_y, sizeof(key6_y)) || in test_cose_keys()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c557 mpi[LWS_GENCRYPTO_EC_KEYEL_Y] = BN_new(); /* Y */ in lws_x509_public_to_jwk()
565 mpi[LWS_GENCRYPTO_EC_KEYEL_Y], in lws_x509_public_to_jwk()
568 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk()
621 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk()
630 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk()
710 if (jwk->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != (uint32_t)n) { in lws_x509_jwk_privkey_pem()
Dlws-genec.c146 bn_y = BN_bin2bn(el[LWS_GENCRYPTO_EC_KEYEL_Y].buf, in lws_genec_eckey_import()
147 (int)el[LWS_GENCRYPTO_EC_KEYEL_Y].len, NULL); in lws_genec_eckey_import()
239 el[LWS_GENCRYPTO_EC_KEYEL_Y].len != curve->key_bytes) in lws_genec_keypair_import()
/third_party/libwebsockets/include/libwebsockets/
Dlws-gencrypto.h77 LWS_GENCRYPTO_EC_KEYEL_Y, enumerator
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c84 el[LWS_GENCRYPTO_EC_KEYEL_Y].len != curve->key_bytes) in lws_genec_keypair_import()
110 el[LWS_GENCRYPTO_EC_KEYEL_Y].buf, in lws_genec_keypair_import()
111 el[LWS_GENCRYPTO_EC_KEYEL_Y].len)) in lws_genec_keypair_import()
Dmbedtls-x509.c415 mpi[LWS_GENCRYPTO_EC_KEYEL_Y] = &ecpctx->MBEDTLS_PRIVATE(Q).MBEDTLS_PRIVATE(Y); in lws_x509_public_to_jwk()
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c88 F_EC | F_B64U | F_M | LWS_GENCRYPTO_EC_KEYEL_Y,
112 { "y", LWS_GENCRYPTO_EC_KEYEL_Y, 0 }
/third_party/libwebsockets/lib/cose/
Dcose_key.c523 LWS_GENCRYPTO_EC_KEYEL_Y; in cb_cose_key()
1000 (1 << LWS_GENCRYPTO_EC_KEYEL_Y); in lws_cose_key_export()
/third_party/libwebsockets/lib/jose/jws/
Djws.c828 !jws->jwk->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf || in lws_jws_sign_from_b64()