Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Ddsa_ctrl.c19 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in dsa_paramgen_check()
H A Dpmeth_lib.c149 || (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()
H A Ddh_ctrl.c21 if (ctx == NULL || !EVP_PKEY_CTX_IS_GEN_OP(ctx)) { in dh_paramgen_check()
H A Devp_lib.c1161 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()
H A Dctrl_params_translate.c431 || (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()
/openssl/crypto/rsa/
H A Drsa_lib.c1286 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()
/openssl/include/crypto/
H A Devp.h740 # define EVP_PKEY_CTX_IS_GEN_OP(ctx) \ macro

Completed in 62 milliseconds