Searched refs:EVP_KDF_CTX_set_params (Results 1 - 10 of 10) sorted by relevance
/third_party/openssl/test/ |
H A D | evp_kdf_test.c | 92 && TEST_false(EVP_KDF_CTX_set_params(kctx, params)); in test_kdf_tls1_prf_invalid_digest() 111 && TEST_true(EVP_KDF_CTX_set_params(kctx, params)) in test_kdf_tls1_prf_zero_output_size() 167 && TEST_true(EVP_KDF_CTX_set_params(kctx, params)) in test_kdf_tls1_prf_empty_seed() 256 || !TEST_true(EVP_KDF_CTX_set_params(kctx, params))) in do_kdf_hkdf_gettables() 312 && TEST_false(EVP_KDF_CTX_set_params(kctx, params)); in test_kdf_hkdf_invalid_digest() 353 if (!TEST_int_eq(EVP_KDF_CTX_set_params(kctx, params), 0)) in test_kdf_hkdf_set_invalid_mode() 357 if (!TEST_int_eq(EVP_KDF_CTX_set_params(kctx, params), 0)) in test_kdf_hkdf_set_invalid_mode() 381 if (!TEST_int_eq(EVP_KDF_CTX_set_params(kctx, params), 0)) in do_kdf_hkdf_set_invalid_param() 414 && TEST_true(EVP_KDF_CTX_set_params(kctx, params)) in test_kdf_hkdf_zero_output_size() 532 || !TEST_true(EVP_KDF_CTX_set_params(kct in test_kdf_pbkdf1() [all...] |
H A D | evp_test.c | 2786 if (!EVP_KDF_CTX_set_params(expected->ctx, expected->params)) { in kdf_test_run()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | kdf.h | 48 int EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]);
|
/third_party/openssl/include/openssl/ |
H A D | kdf.h | 48 int EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]);
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | kdf_exch.c | 169 return EVP_KDF_CTX_set_params(pkdfctx->kdfctx, params); in kdf_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | kdf_lib.c | 169 int EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]) in EVP_KDF_CTX_set_params() function
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | kdf.c | 159 if (!EVP_KDF_CTX_set_params(ctx, params)) { in kdf_main()
|
/third_party/openssl/apps/ |
H A D | kdf.c | 159 if (!EVP_KDF_CTX_set_params(ctx, params)) { in kdf_main()
|
/third_party/openssl/crypto/evp/ |
H A D | kdf_lib.c | 169 int EVP_KDF_CTX_set_params(EVP_KDF_CTX *ctx, const OSSL_PARAM params[]) in EVP_KDF_CTX_set_params() function
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | kdf_exch.c | 169 return EVP_KDF_CTX_set_params(pkdfctx->kdfctx, params); in kdf_set_ctx_params()
|
Completed in 10 milliseconds