Home
last modified time | relevance | path

Searched refs:LWS_GENCRYPTO_RSA_KEYEL_E (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
Dlws-genrsa.c117 ctx->bn[LWS_GENCRYPTO_RSA_KEYEL_E], in lws_genrsa_create()
125 ctx->rsa->e = ctx->bn[LWS_GENCRYPTO_RSA_KEYEL_E]; in lws_genrsa_create()
186 &mpi[LWS_GENCRYPTO_RSA_KEYEL_E], &mpi[LWS_GENCRYPTO_RSA_KEYEL_D]);
Dopenssl-x509.c598 (const BIGNUM **)&mpi[LWS_GENCRYPTO_RSA_KEYEL_E], in lws_x509_public_to_jwk()
601 mpi[LWS_GENCRYPTO_RSA_KEYEL_E] = rsapub->e; in lws_x509_public_to_jwk()
606 n = LWS_GENCRYPTO_RSA_KEYEL_E; in lws_x509_public_to_jwk()
771 dummy[3] = BN_bin2bn(jwk->e[LWS_GENCRYPTO_RSA_KEYEL_E].buf, in lws_x509_jwk_privkey_pem()
772 (int32_t)jwk->e[LWS_GENCRYPTO_RSA_KEYEL_E].len, in lws_x509_jwk_privkey_pem()
/third_party/libwebsockets/include/libwebsockets/
Dlws-gencrypto.h53 LWS_GENCRYPTO_RSA_KEYEL_E, enumerator
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c74 F_RSA | F_B64U | F_M | LWS_GENCRYPTO_RSA_KEYEL_E,
126 { "e", LWS_GENCRYPTO_RSA_KEYEL_E, 0 },
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c396 mpi[LWS_GENCRYPTO_RSA_KEYEL_E] = &rsactx->MBEDTLS_PRIVATE(E); in lws_x509_public_to_jwk()
406 n = LWS_GENCRYPTO_RSA_KEYEL_E; in lws_x509_public_to_jwk()
/third_party/libwebsockets/lib/cose/
Dcose_key.c541 LWS_GENCRYPTO_RSA_KEYEL_E; in cb_cose_key()
996 ctx->opaque[2] = 1 << LWS_GENCRYPTO_RSA_KEYEL_E; in lws_cose_key_export()
/third_party/libwebsockets/lib/jose/jws/
Djws.c550 jwk->e[LWS_GENCRYPTO_RSA_KEYEL_E].buf, in lws_jws_sig_confirm()
551 jwk->e[LWS_GENCRYPTO_RSA_KEYEL_E].len)) in lws_jws_sig_confirm()
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c1242 e[LWS_GENCRYPTO_RSA_KEYEL_E].buf = pp; in lws_ssh_parse_plaintext()
1243 e[LWS_GENCRYPTO_RSA_KEYEL_E].len = m; in lws_ssh_parse_plaintext()