Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/kdfs/
Dpbkdf1.c193 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) in kdf_pbkdf1_set_ctx_params()
207 OSSL_PARAM_uint64(OSSL_KDF_PARAM_ITER, NULL), in kdf_pbkdf1_settable_ctx_params()
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()
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()
/third_party/openssl/demos/kdf/
Dpbkdf2.c94 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, &pbkdf2_iterations); in main()
/third_party/openssl/crypto/evp/
Dp5_crpt.c93 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in PKCS5_PBE_keyivgen_ex()
Dp5_crpt2.c56 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in ossl_pkcs5_pbkdf2_hmac_ex()
/third_party/openssl/crypto/pkcs12/
Dp12_key.c108 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_ITER, &iter); in PKCS12_key_gen_uni_ex()
/third_party/openssl/doc/man7/
DEVP_KDF-PBKDF1.pod31 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
DEVP_KDF-PKCS12KDF.pod32 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
DEVP_KDF-PBKDF2.pod31 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
Dprovider-kdf.pod191 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
/third_party/openssl/include/openssl/
Dcore_names.h201 #define OSSL_KDF_PARAM_ITER "iter" /* unsigned int */ macro
/third_party/openssl/test/
Devp_kdf_test.c489 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, iter); in construct_pbkdf1_params()
560 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_ITER, iter); in construct_pbkdf2_params()
/third_party/openssl/doc/man3/
DEVP_KDF.pod202 =item "iter" (B<OSSL_KDF_PARAM_ITER>) <unsigned integer>
/third_party/openssl/providers/fips/
Dself_test_data.inc381 ST_KAT_PARAM_INT(OSSL_KDF_PARAM_ITER, pbkdf2_iterations),