Symbol: OSSL_KEM_PARAM_OPERATION
crypto/openssl/crypto/evp/pmeth_lib.c
1274
*p++ = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/crypto/hpke/hpke.c
491
*p++ = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/crypto/hpke/hpke.c
575
*p++ = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/providers/implementations/kem/ec_kem.c
311
p = OSSL_PARAM_locate_const(params, OSSL_KEM_PARAM_OPERATION);
crypto/openssl/providers/implementations/kem/ec_kem.c
324
OSSL_PARAM_utf8_string(OSSL_KEM_PARAM_OPERATION, NULL, 0),
crypto/openssl/providers/implementations/kem/ecx_kem.c
268
p = OSSL_PARAM_locate_const(params, OSSL_KEM_PARAM_OPERATION);
crypto/openssl/providers/implementations/kem/ecx_kem.c
281
OSSL_PARAM_utf8_string(OSSL_KEM_PARAM_OPERATION, NULL, 0),
crypto/openssl/providers/implementations/kem/rsa_kem.c
212
p = OSSL_PARAM_locate_const(params, OSSL_KEM_PARAM_OPERATION);
crypto/openssl/providers/implementations/kem/rsa_kem.c
225
OSSL_PARAM_utf8_string(OSSL_KEM_PARAM_OPERATION, NULL, 0),
crypto/openssl/test/evp_pkey_dhkem_test.c
194
params[0] = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/test/evp_pkey_dhkem_test.c
358
badparams[0] = OSSL_PARAM_construct_int(OSSL_KEM_PARAM_OPERATION, &val);
crypto/openssl/test/evp_pkey_dhkem_test.c
363
badparams[0] = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/test/evp_pkey_dhkem_test.c
370
badparams[0] = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/test/evp_pkey_dhkem_test.c
815
opparam[0] = OSSL_PARAM_construct_utf8_string(OSSL_KEM_PARAM_OPERATION,
crypto/openssl/test/evp_pkey_dhkem_test.c
97
OSSL_KEM_PARAM_OPERATION))