Searched refs:ossl_rsa_check_key (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/providers/common/include/prov/ |
D | securitycheck.h | 13 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation);
|
/third_party/openssl/providers/common/ |
D | securitycheck.c | 29 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/ |
D | rsa_kem.c | 128 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation)) in rsakem_init()
|
/third_party/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 102 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation)) in rsa_init()
|
/third_party/openssl/providers/implementations/signature/ |
D | rsa_sig.c | 400 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation)) in rsa_signverify_init()
|