summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-25 22:07:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-25 22:07:22 +0000
commit007f7ec1bda3e8387bdee8d236dd5b1f6dfc050e (patch)
treeb87b62217a1377f6226fe2773f7e94f20380bcd2 /crypto/x509
parent3d63b3966fc2d6913ba859e9a24c4d3a23387234 (diff)
Add PBKFD2 prototype.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 3beb69965b..25f536d068 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -1154,6 +1154,9 @@ X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
unsigned char *salt, int saltlen,
unsigned char *aiv, int prf_nid);
+X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
+ int prf_nid, int keylen);
+
/* PKCS#8 utilities */
DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO)