Searched refs:OSSL_KDF_PARAM_ITER (Results 1 – 19 of 19) sorted by relevance
| /src/crypto/openssl/providers/implementations/kdfs/ |
| H A D | pbkdf1.c | 218 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) in kdf_pbkdf1_set_ctx_params() 232 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pbkdf1_settable_ctx_params()
|
| H A D | pkcs12kdf.c | 266 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) in kdf_pkcs12_set_ctx_params() 280 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pkcs12_settable_ctx_params()
|
| H A D | pbkdf2.c | 300 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) { in kdf_pbkdf2_set_ctx_params() 321 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pbkdf2_settable_ctx_params()
|
| H A D | argon2.c | 1420 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) { in kdf_argon2_set_ctx_params() 1479 OSSL_PARAM_uint32(OSSL_KDF_PARAM_ITER, NULL), in kdf_argon2_settable_ctx_params()
|
| /src/crypto/openssl/demos/kdf/ |
| H A D | pbkdf2.c | 94 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, &pbkdf2_iterations); in main()
|
| H A D | argon2.c | 128 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_ITER, &iteration_cost); in main()
|
| /src/crypto/openssl/crypto/evp/ |
| H A D | p5_crpt.c | 92 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in PKCS5_PBE_keyivgen_ex()
|
| H A D | p5_crpt2.c | 56 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in ossl_pkcs5_pbkdf2_hmac_ex()
|
| /src/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_key.c | 108 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in PKCS12_key_gen_uni_ex()
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-PBKDF1.pod | 31 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
| H A D | EVP_KDF-PKCS12KDF.pod | 32 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
| H A D | EVP_KDF-PBKDF2.pod | 33 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
| H A D | EVP_KDF-ARGON2.pod | 43 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
| H A D | provider-kdf.pod | 191 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
| /src/crypto/openssl/fuzz/ |
| H A D | provider.c | 294 if (strcmp(param->key, OSSL_KDF_PARAM_ITER) == 0) { in fuzz_params() 316 if (strcmp(param->key, OSSL_KDF_PARAM_ITER) == 0) { in fuzz_params()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | core_names.h | 284 # define OSSL_KDF_PARAM_ITER "iter" macro
|
| /src/crypto/openssl/test/ |
| H A D | evp_kdf_test.c | 488 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, iter); in construct_pbkdf1_params() 608 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, iter); in construct_pbkdf2_params()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_KDF.pod | 199 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
| /src/crypto/openssl/providers/fips/ |
| H A D | self_test_data.inc | 461 ST_KAT_PARAM_INT(OSSL_KDF_PARAM_ITER, pbkdf2_iterations),
|