Searched refs:lws_genecdh_new_keypair (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-genec.h | 95 /** lws_genecdh_new_keypair() - Create a genec with a new public / private key 105 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side,
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
H A D | lws-genec.c | 39 if (lws_genecdh_new_keypair(&ctx, LDHS_OURS, "P-256", el)) { in test_genec1()
|
/third_party/libwebsockets/lib/jose/jwe/ |
H A D | jwe-ecdh-es-aeskw.c | 226 if (lws_genecdh_new_keypair(&ecctx, LDHS_OURS, (const char *) in lws_jwe_encrypt_ecdh()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 237 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genecdh_new_keypair() function
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genec.c | 452 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side,
|
Completed in 4 milliseconds