Searched refs:EVP_PKEY_CTX_IS_GEN_OP (Results 1 – 7 of 7) sorted by relevance
19 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in dsa_paramgen_check()
171 || (EVP_PKEY_CTX_IS_GEN_OP(ctx) in evp_pkey_ctx_state()405 } else if (EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in evp_pkey_ctx_free_old_ops()588 } else if (EVP_PKEY_CTX_IS_GEN_OP(pctx)) { in EVP_PKEY_CTX_dup()711 if (EVP_PKEY_CTX_IS_GEN_OP(ctx) in EVP_PKEY_CTX_set_params()836 if (EVP_PKEY_CTX_IS_GEN_OP(ctx) in EVP_PKEY_CTX_settable_params()1655 } else if (EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_get0_provider()
21 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in dh_paramgen_check()
1123 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_group_name()1142 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_get_group_name()
431 || (EVP_PKEY_CTX_IS_GEN_OP(ctx->pctx) in default_fixup_args()1992 if (!EVP_PKEY_CTX_IS_GEN_OP(ctx->pctx)) in fix_group_ecx()
1207 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen()1228 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_rsa_keygen_bits()1288 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_rsa_keygen_primes()
736 #define EVP_PKEY_CTX_IS_GEN_OP(ctx) \ macro