Searched refs:EVP_PKEY_OP_UNDEFINED (Results 1 – 8 of 8) sorted by relevance
84 ctx->operation = EVP_PKEY_OP_UNDEFINED; in gen_init()353 ctx->operation = EVP_PKEY_OP_UNDEFINED; in fromdata_init()400 if (fromdata_init(ctx, EVP_PKEY_OP_UNDEFINED) == 1) in EVP_PKEY_fromdata_settable()
348 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_derive_init_ex()371 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_derive_init_ex()
162 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) in evp_pkey_ctx_state()347 ret->operation = EVP_PKEY_OP_UNDEFINED; in int_ctx_new()603 if (rctx->operation == EVP_PKEY_OP_UNDEFINED) { in EVP_PKEY_CTX_dup()1380 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { in evp_pkey_ctx_ctrl_int()1434 if (ret < 1 || ctx->operation == EVP_PKEY_OP_UNDEFINED) in EVP_PKEY_CTX_ctrl()1496 if (ret < 1 || ctx->operation == EVP_PKEY_OP_UNDEFINED) in EVP_PKEY_CTX_ctrl_str()
175 ctx->operation = EVP_PKEY_OP_UNDEFINED; in evp_kem_init()
211 ctx->operation = EVP_PKEY_OP_UNDEFINED; in evp_pkey_asym_cipher_init()
615 ctx->operation = EVP_PKEY_OP_UNDEFINED; in evp_pkey_signature_init()
288 locpctx->operation = EVP_PKEY_OP_UNDEFINED; in do_sigver_init()
1684 # define EVP_PKEY_OP_UNDEFINED 0 macro