Home
last modified time | relevance | path

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

/third_party/openssl/providers/common/include/prov/
Dsecuritycheck.h13 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation);
/third_party/openssl/providers/common/
Dsecuritycheck.c29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) in ossl_rsa_check_key() function
/third_party/openssl/providers/implementations/kem/
Drsa_kem.c128 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation)) in rsakem_init()
/third_party/openssl/providers/implementations/asymciphers/
Drsa_enc.c102 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation)) in rsa_init()
/third_party/openssl/providers/implementations/signature/
Drsa_sig.c400 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation)) in rsa_signverify_init()