Searched refs:RSA_set0_key (Results 1 – 14 of 14) sorted by relevance
/third_party/pulseaudio/src/modules/raop/ |
D | raop-crypto.c | 53 static int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) { in RSA_set0_key() function 111 r = RSA_set0_key(rsa, n_bn, e_bn, NULL); in rsa_encrypt()
|
/third_party/openssl/doc/man3/ |
D | RSA_get0_key.pod | 5 RSA_set0_key, RSA_set0_factors, RSA_set0_crt_params, RSA_get0_key, 19 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); 73 RSA_set0_key() and passing the new values for B<n>, B<e> and B<d> as 121 in the call and may therefore I<not> be passed to RSA_set0_key(). If 135 RSA_set0_key(), RSA_set0_factors(), RSA_set0_crt_params() and
|
/third_party/openssl/test/ |
D | rsa_mp_test.c | 136 if (!TEST_int_eq(RSA_set0_key(key, in key2048p3()
|
D | rsa_test.c | 34 RSA_set0_key(key, \
|
D | enginetest.c | 236 if (!RSA_set0_key(rsa, BN_bin2bn(n, sizeof(n)-1, NULL), in get_test_pkey()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genrsa.c | 116 if (RSA_set0_key(ctx->rsa, ctx->bn[LWS_GENCRYPTO_RSA_KEYEL_N], in lws_genrsa_create()
|
/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 475 static int RSA_set0_key(RSA* r, BIGNUM* n, BIGNUM* e, BIGNUM* d) { in RSA_set0_key() function 533 if (!RSA_set0_key(rsa, tmp_n, tmp_e, nullptr)) { in pkey_from_jwk()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_lib.c | 180 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() function
|
/third_party/openssl/include/openssl/ |
D | rsa.h | 204 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
|
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 361 if (!RSA_set0_key(rsa, n, e, d)) in b2i_rsa()
|
/third_party/libwebsockets/lib/tls/ |
D | CMakeLists.txt | 326 CHECK_FUNCTION_EXISTS(${VARIA}RSA_set0_key LWS_HAVE_RSA_SET0_KEY PARENT_SCOPE)
|
/third_party/openssl/engines/ |
D | e_capi.c | 686 RSA_set0_key(rkey, n, e, NULL); in capi_get_pkey()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2076 #define RSA_set0_key BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RSA_set0_key) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 4048 RSA_set0_key 3994 1_1_0 EXIST::FUNCTION:RSA
|