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()
149 || (EVP_PKEY_CTX_IS_GEN_OP(ctx) in evp_pkey_ctx_state()381 } else if (EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in evp_pkey_ctx_free_old_ops()562 } else if (EVP_PKEY_CTX_IS_GEN_OP(pctx)) { in EVP_PKEY_CTX_dup()685 if (EVP_PKEY_CTX_IS_GEN_OP(ctx) in EVP_PKEY_CTX_set_params()735 if (EVP_PKEY_CTX_IS_GEN_OP(ctx) in EVP_PKEY_CTX_get_params()786 if (EVP_PKEY_CTX_IS_GEN_OP(ctx) in EVP_PKEY_CTX_gettable_params()823 if (EVP_PKEY_CTX_IS_GEN_OP(ctx) in EVP_PKEY_CTX_settable_params()1573 } 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()
1161 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_group_name()1180 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()2048 if (!EVP_PKEY_CTX_IS_GEN_OP(ctx->pctx)) in fix_group_ecx()
1286 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen()1307 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_rsa_keygen_bits()1367 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in EVP_PKEY_CTX_set_rsa_keygen_primes()
740 # define EVP_PKEY_CTX_IS_GEN_OP(ctx) \ macro
Completed in 62 milliseconds