Home
last modified time | relevance | path

Searched refs:LWS_GENCRYPTO_EC_KEYEL_X (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dkeys.c728 ck->e[LWS_GENCRYPTO_EC_KEYEL_X].len != sizeof(key1_x) || in test_cose_keys()
731 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_X].buf, key1_x, sizeof(key1_x)) || in test_cose_keys()
760 ck->e[LWS_GENCRYPTO_EC_KEYEL_X].len != sizeof(key2_x) || in test_cose_keys()
763 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_X].buf, key2_x, sizeof(key2_x)) || in test_cose_keys()
802 ck->e[LWS_GENCRYPTO_EC_KEYEL_X].len != sizeof(key4_x) || in test_cose_keys()
805 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_X].buf, key4_x, sizeof(key4_x)) || in test_cose_keys()
838 ck->e[LWS_GENCRYPTO_EC_KEYEL_X].len != sizeof(key6_x) || in test_cose_keys()
841 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_X].buf, key6_x, sizeof(key6_x)) || in test_cose_keys()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c83 el[LWS_GENCRYPTO_EC_KEYEL_X].len != curve->key_bytes || in lws_genec_keypair_import()
105 el[LWS_GENCRYPTO_EC_KEYEL_X].buf, in lws_genec_keypair_import()
106 el[LWS_GENCRYPTO_EC_KEYEL_X].len)) in lws_genec_keypair_import()
292 for (n = LWS_GENCRYPTO_EC_KEYEL_X; n < LWS_GENCRYPTO_EC_KEYEL_COUNT; in lws_genecdh_new_keypair()
366 for (n = LWS_GENCRYPTO_EC_KEYEL_X; n < LWS_GENCRYPTO_EC_KEYEL_COUNT; in lws_genecdsa_new_keypair()
Dmbedtls-x509.c413 mpi[LWS_GENCRYPTO_EC_KEYEL_X] = &ecpctx->MBEDTLS_PRIVATE(Q).MBEDTLS_PRIVATE(X); in lws_x509_public_to_jwk()
423 n = LWS_GENCRYPTO_EC_KEYEL_X; in lws_x509_public_to_jwk()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c555 mpi[LWS_GENCRYPTO_EC_KEYEL_X] = BN_new(); /* X */ in lws_x509_public_to_jwk()
564 mpi[LWS_GENCRYPTO_EC_KEYEL_X], in lws_x509_public_to_jwk()
567 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_X]); in lws_x509_public_to_jwk()
573 n = LWS_GENCRYPTO_EC_KEYEL_X; in lws_x509_public_to_jwk()
620 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_X]); in lws_x509_public_to_jwk()
629 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_X]); in lws_x509_public_to_jwk()
Dlws-genec.c140 bn_x = BN_bin2bn(el[LWS_GENCRYPTO_EC_KEYEL_X].buf, in lws_genec_eckey_import()
141 (int)el[LWS_GENCRYPTO_EC_KEYEL_X].len, NULL); in lws_genec_eckey_import()
238 el[LWS_GENCRYPTO_EC_KEYEL_X].len != curve->key_bytes || in lws_genec_keypair_import()
424 for (n = LWS_GENCRYPTO_EC_KEYEL_X; n < LWS_GENCRYPTO_EC_KEYEL_COUNT; in lws_genec_new_keypair()
/third_party/libwebsockets/include/libwebsockets/
Dlws-gencrypto.h74 LWS_GENCRYPTO_EC_KEYEL_X, enumerator
/third_party/libwebsockets/lib/tls/
Dlws-genec-common.c125 for (n = LWS_GENCRYPTO_EC_KEYEL_X; n < LWS_GENCRYPTO_EC_KEYEL_COUNT; in lws_genec_dump()
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c87 F_EC | F_B64U | F_M | LWS_GENCRYPTO_EC_KEYEL_X,
110 { "x", LWS_GENCRYPTO_EC_KEYEL_X, 0 },
/third_party/libwebsockets/lib/cose/
Dcose_key.c502 LWS_GENCRYPTO_EC_KEYEL_X; in cb_cose_key()
519 LWS_GENCRYPTO_EC_KEYEL_X; in cb_cose_key()
999 ctx->opaque[2] = (1 << LWS_GENCRYPTO_EC_KEYEL_X) | in lws_cose_key_export()
/third_party/libwebsockets/lib/jose/jws/
Djws.c827 if (!jws->jwk->e[LWS_GENCRYPTO_EC_KEYEL_X].buf || in lws_jws_sign_from_b64()