Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds