Symbol: OSSL_PARAM_modified
crypto/openssl/apps/fipsinstall.c
327
if (OSSL_PARAM_modified(params))
crypto/openssl/apps/fipsinstall.c
329
if (OSSL_PARAM_modified(params + 1))
crypto/openssl/apps/fipsinstall.c
331
if (OSSL_PARAM_modified(params + 2))
crypto/openssl/apps/list.c
1416
if (OSSL_PARAM_modified(params))
crypto/openssl/apps/list.c
1418
if (OSSL_PARAM_modified(params + 1))
crypto/openssl/apps/list.c
1420
if (OSSL_PARAM_modified(params + 2))
crypto/openssl/apps/list.c
1423
if (OSSL_PARAM_modified(params + 3))
crypto/openssl/crypto/evp/evp_lib.c
1292
if (OSSL_PARAM_modified(&params[0]) && params[0].return_size != 0)
crypto/openssl/crypto/evp/evp_lib.c
1294
if (OSSL_PARAM_modified(&params[1]) && params[1].return_size != 0)
crypto/openssl/crypto/evp/evp_lib.c
1315
&& OSSL_PARAM_modified(&params[i])
crypto/openssl/crypto/evp/evp_lib.c
1345
if (OSSL_PARAM_modified(&params[0]))
crypto/openssl/crypto/evp/evp_lib.c
1360
&& OSSL_PARAM_modified(&params[0])
crypto/openssl/crypto/evp/evp_lib.c
1424
if (OSSL_PARAM_modified(&params[0])
crypto/openssl/crypto/evp/evp_lib.c
1432
&& OSSL_PARAM_modified(&params[0])
crypto/openssl/crypto/evp/evp_lib.c
1462
if (OSSL_PARAM_modified(&params[0]))
crypto/openssl/crypto/evp/evp_lib.c
1477
&& OSSL_PARAM_modified(&params[0])
crypto/openssl/crypto/evp/evp_lib.c
505
if (OSSL_PARAM_modified(params)
crypto/openssl/crypto/evp/keymgmt_lib.c
551
if (OSSL_PARAM_modified(params + 1)) {
crypto/openssl/crypto/evp/keymgmt_lib.c
557
} else if (OSSL_PARAM_modified(params)) {
crypto/openssl/crypto/evp/p_lib.c
2236
if (!OSSL_PARAM_modified(params) || params[0].return_size == 0)
crypto/openssl/crypto/evp/p_lib.c
2253
if (!OSSL_PARAM_modified(params))
crypto/openssl/crypto/evp/p_lib.c
2258
if (OSSL_PARAM_modified(params))
crypto/openssl/crypto/evp/p_lib.c
2262
} else if (OSSL_PARAM_modified(params)) {
crypto/openssl/crypto/evp/p_lib.c
2281
ret2 = OSSL_PARAM_modified(params);
crypto/openssl/crypto/evp/p_lib.c
2300
ret2 = OSSL_PARAM_modified(params);
crypto/openssl/crypto/evp/p_lib.c
2325
&& OSSL_PARAM_modified(params);
crypto/openssl/crypto/evp/p_lib.c
2339
&& OSSL_PARAM_modified(params);
crypto/openssl/crypto/provider_core.c
870
&& OSSL_PARAM_modified(param)
crypto/openssl/include/openssl/params.h
153
int OSSL_PARAM_modified(const OSSL_PARAM *p);
crypto/openssl/providers/common/provider_ctx.c
97
&& OSSL_PARAM_modified(param)
crypto/openssl/test/evp_test.c
4613
else if (!OSSL_PARAM_modified(&params[0]))
crypto/openssl/test/params_api_test.c
145
if (!TEST_false(OSSL_PARAM_modified(param)))
crypto/openssl/test/params_api_test.c
179
if (!TEST_true(OSSL_PARAM_modified(param)))
crypto/openssl/test/params_api_test.c
778
if (!TEST_false(OSSL_PARAM_modified(param))
crypto/openssl/test/params_api_test.c
780
&& !TEST_true(OSSL_PARAM_modified(param))
crypto/openssl/test/params_api_test.c
781
&& !TEST_false(OSSL_PARAM_modified(param + 1))
crypto/openssl/test/params_api_test.c
783
&& !TEST_true(OSSL_PARAM_modified(param + 1)))
crypto/openssl/test/params_api_test.c
786
if (!TEST_false(OSSL_PARAM_modified(param))
crypto/openssl/test/params_api_test.c
788
&& !TEST_true(OSSL_PARAM_modified(param))
crypto/openssl/test/params_api_test.c
789
&& !TEST_false(OSSL_PARAM_modified(param + 1))
crypto/openssl/test/params_api_test.c
791
&& !TEST_true(OSSL_PARAM_modified(param + 1)))
crypto/openssl/test/provider_status_test.c
132
if (!TEST_true(OSSL_PARAM_modified(params + 0))
crypto/openssl/test/provider_status_test.c
133
|| !TEST_true(OSSL_PARAM_modified(params + 1))
crypto/openssl/test/provider_status_test.c
134
|| !TEST_true(OSSL_PARAM_modified(params + 2))
crypto/openssl/test/provider_status_test.c
135
|| !TEST_true(OSSL_PARAM_modified(params + 3))