Home
last modified time | relevance | path

Searched refs:RSA_set0_key (Results 1 – 14 of 14) sorted by relevance

/third_party/pulseaudio/src/modules/raop/
Draop-crypto.c53 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/
DRSA_get0_key.pod5 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/
Drsa_mp_test.c136 if (!TEST_int_eq(RSA_set0_key(key, in key2048p3()
Drsa_test.c34 RSA_set0_key(key, \
Denginetest.c236 if (!RSA_set0_key(rsa, BN_bin2bn(n, sizeof(n)-1, NULL), in get_test_pkey()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genrsa.c116 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/
Djwt_verifier.cc475 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/
Drsa_lib.c180 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() function
/third_party/openssl/include/openssl/
Drsa.h204 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
/third_party/openssl/crypto/pem/
Dpvkfmt.c361 if (!RSA_set0_key(rsa, n, e, d)) in b2i_rsa()
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt326 CHECK_FUNCTION_EXISTS(${VARIA}RSA_set0_key LWS_HAVE_RSA_SET0_KEY PARENT_SCOPE)
/third_party/openssl/engines/
De_capi.c686 RSA_set0_key(rkey, n, e, NULL); in capi_get_pkey()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2076 #define RSA_set0_key BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RSA_set0_key) macro
/third_party/openssl/util/
Dlibcrypto.num4048 RSA_set0_key 3994 1_1_0 EXIST::FUNCTION:RSA