Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX_IS_GEN_OP (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/crypto/openssl/crypto/evp/
HDdsa_ctrl.c19 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in dsa_paramgen_check()
HDpmeth_lib.c171 || (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()
HDdh_ctrl.c21 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in dh_paramgen_check()
HDevp_lib.c1123 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()
HDctrl_params_translate.c431 || (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()
/freebsd-head/crypto/openssl/crypto/rsa/
HDrsa_lib.c1207 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()
/freebsd-head/crypto/openssl/include/crypto/
HDevp.h736 #define EVP_PKEY_CTX_IS_GEN_OP(ctx) \ macro