Lines Matching refs:iter
50 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter,
52 int PKCS5_pbe_set0_algor_ex(X509_ALGOR *algor, int alg, int iter,
56 X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
58 X509_ALGOR *PKCS5_pbe_set_ex(int alg, int iter,
62 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
64 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
67 X509_ALGOR *PKCS5_pbe2_set_iv_ex(const EVP_CIPHER *cipher, int iter,
76 X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
78 X509_ALGOR *PKCS5_pbkdf2_set_ex(int iter, unsigned char *salt, int saltlen,
107 I<iter> is the iteration count and its value should be greater than or
109 I<iter> less than 1 is treated as a single iteration.