Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h16 int ossl_rsa_key_op_get_protect(const RSA *rsa, int operation, int *outprotect);
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c25 int ossl_rsa_key_op_get_protect(const RSA *rsa, int operation, int *outprotect) in ossl_rsa_key_op_get_protect() function
/freebsd/crypto/openssl/providers/implementations/kem/
H A Drsa_kem.c142 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsakem_init()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c105 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect)) in rsa_init()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c524 if (!ossl_rsa_key_op_get_protect(prsactx->rsa, operation, &protect)) in rsa_signverify_init()