Symbol: OSSL_ACTION_NONE
crypto/openssl/crypto/evp/ctrl_params_translate.c
1199
if (!ossl_assert(ctx->action_type == OSSL_ACTION_NONE))
crypto/openssl/crypto/evp/ctrl_params_translate.c
1211
if (!ossl_assert(ctx->action_type != OSSL_ACTION_NONE))
crypto/openssl/crypto/evp/ctrl_params_translate.c
1213
} else if (state == POST_PARAMS_TO_CTRL && ctx->action_type == OSSL_ACTION_NONE) {
crypto/openssl/crypto/evp/ctrl_params_translate.c
2036
ctx->action_type = OSSL_ACTION_NONE;
crypto/openssl/crypto/evp/ctrl_params_translate.c
2084
{ OSSL_ACTION_NONE, EVP_PKEY_DHX, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2184
{ OSSL_ACTION_NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2188
{ OSSL_ACTION_NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2225
{ OSSL_ACTION_NONE, EVP_PKEY_SM2, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2229
{ OSSL_ACTION_NONE, EVP_PKEY_SM2, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2623
if (item->action_type != OSSL_ACTION_NONE
crypto/openssl/crypto/evp/ctrl_params_translate.c
2661
if ((item->action_type != OSSL_ACTION_NONE
crypto/openssl/crypto/evp/ctrl_params_translate.c
2866
if (ret > 0 && ctx.action_type != OSSL_ACTION_NONE)
crypto/openssl/crypto/evp/ctrl_params_translate.c
419
if (ctx->action_type == OSSL_ACTION_NONE) {
crypto/openssl/crypto/evp/ctrl_params_translate.c
864
if (!ossl_assert(ctx->action_type == OSSL_ACTION_NONE))