Searched refs:OSSL_KDF_PARAM_ITER (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | pbkdf1.c | 199 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) in kdf_pbkdf1_set_ctx_params() 213 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pbkdf1_settable_ctx_params()
|
H A D | pbkdf2.c | 203 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) { in kdf_pbkdf2_set_ctx_params() 224 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pbkdf2_settable_ctx_params()
|
H A D | pkcs12kdf.c | 248 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) in kdf_pkcs12_set_ctx_params() 262 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pkcs12_settable_ctx_params()
|
/freebsd/crypto/openssl/demos/kdf/ |
H A D | pbkdf2.c | 94 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, &pbkdf2_iterations); in main()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p5_crpt.c | 93 *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()
|
/freebsd/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()
|
/freebsd/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 | provider-kdf.pod | 191 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_names.h | 201 #define OSSL_KDF_PARAM_ITER "iter" /* unsigned int */ macro
|
/freebsd/crypto/openssl/test/ |
H A D | evp_kdf_test.c | 489 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, iter); in construct_pbkdf1_params() 609 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, iter); in construct_pbkdf2_params()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_KDF.pod | 199 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | self_test_data.inc | 381 ST_KAT_PARAM_INT(OSSL_KDF_PARAM_ITER, pbkdf2_iterations),
|