Home
last modified time | relevance | path

Searched refs:ossl_rsa_set0_libctx (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/include/crypto/
Drsa.h57 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx);
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_pvk2key.c202 ossl_rsa_set0_libctx(key, PROV_LIBCTX_OF(ctx->provctx)); in rsa_adjust()
Ddecode_msblob2key.c236 ossl_rsa_set0_libctx(key, PROV_LIBCTX_OF(ctx->provctx)); in rsa_adjust()
Ddecode_der2key.c528 ossl_rsa_set0_libctx(key, PROV_LIBCTX_OF(ctx->provctx)); in rsa_adjust()
/third_party/openssl/crypto/rsa/
Drsa_lib.c197 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx) in ossl_rsa_set0_libctx() function