Lines Matching refs:ctx
29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation)
61 if (ossl_securitycheck_enabled(ctx)) {
92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect)
95 if (ossl_securitycheck_enabled(ctx)) {
150 int ossl_dsa_check_key(OSSL_LIB_CTX *ctx, const DSA *dsa, int sign)
153 if (ossl_securitycheck_enabled(ctx)) {
194 int ossl_dh_check_key(OSSL_LIB_CTX *ctx, const DH *dh)
197 if (ossl_securitycheck_enabled(ctx)) {
227 int ossl_digest_get_approved_nid_with_sha1(OSSL_LIB_CTX *ctx, const EVP_MD *md,
233 if (ossl_securitycheck_enabled(ctx)) {
241 int ossl_digest_is_allowed(OSSL_LIB_CTX *ctx, const EVP_MD *md)
244 if (ossl_securitycheck_enabled(ctx))