Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_ITER (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c199 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 Dpbkdf2.c203 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 Dpkcs12kdf.c248 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 Dpbkdf2.c94 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, &pbkdf2_iterations); in main()
/freebsd/crypto/openssl/crypto/evp/
H A Dp5_crpt.c93 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in PKCS5_PBE_keyivgen_ex()
H A Dp5_crpt2.c56 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in ossl_pkcs5_pbkdf2_hmac_ex()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c108 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in PKCS12_key_gen_uni_ex()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-PBKDF1.pod31 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
H A DEVP_KDF-PKCS12KDF.pod32 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
H A DEVP_KDF-PBKDF2.pod33 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
H A Dprovider-kdf.pod191 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h201 #define OSSL_KDF_PARAM_ITER "iter" /* unsigned int */ macro
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c489 *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 DEVP_KDF.pod199 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc381 ST_KAT_PARAM_INT(OSSL_KDF_PARAM_ITER, pbkdf2_iterations),