Searched refs:kCCPBKDF2 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/CommonCrypto-60061/include/
H A DCommonKeyDerivation.h45 kCCPBKDF2 = 2, enumerator in enum:__anon429
68 @param algorithm Currently only PBKDF2 is available via kCCPBKDF2
117 @param algorithm Currently only PBKDF2 is available via kCCPBKDF2
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonKeyDerivation.c43 if(algorithm != kCCPBKDF2) return -1;
96 if(algorithm != kCCPBKDF2) return -1;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dpkcs5.c75 if (CCKeyDerivationPBKDF(kCCPBKDF2, password, password_len,
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonKeyDerivation.c55 int retval = CCKeyDerivationPBKDF(kCCPBKDF2, password, strlen(password), (uint8_t *) salt, strlen(salt), prf, rounds, derivedKey->bytes, derivedKey->len);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecRecoveryPassword.c181 if (CCKeyDerivationPBKDF(kCCPBKDF2, concatenatedAnswers, strlen(concatenatedAnswers), salt, saltLen, kCCPRFHmacAlgSHA256, PBKDF_ROUNDS, rawKeyData, RETURN_KEY_SIZE)) {
H A DSecKey.cpp1430 if(CCKeyDerivationPBKDF(kCCPBKDF2, thePassword, passwordLen, salt, saltLen, algorithm, rounds, derivedKey, derivedKeyLen)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecRecoveryPassword.c181 if (CCKeyDerivationPBKDF(kCCPBKDF2, concatenatedAnswers, strlen(concatenatedAnswers), salt, saltLen, kCCPRFHmacAlgSHA256, PBKDF_ROUNDS, rawKeyData, RETURN_KEY_SIZE)) {
H A DSecKey.cpp1430 if(CCKeyDerivationPBKDF(kCCPBKDF2, thePassword, passwordLen, salt, saltLen, algorithm, rounds, derivedKey, derivedKeyLen)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecRecoveryPassword.c181 if (CCKeyDerivationPBKDF(kCCPBKDF2, concatenatedAnswers, strlen(concatenatedAnswers), salt, saltLen, kCCPRFHmacAlgSHA256, PBKDF_ROUNDS, rawKeyData, RETURN_KEY_SIZE)) {
H A DSecKey.cpp1430 if(CCKeyDerivationPBKDF(kCCPBKDF2, thePassword, passwordLen, salt, saltLen, algorithm, rounds, derivedKey, derivedKeyLen)) {
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dscram.c1009 ret = CCKeyDerivationPBKDF(kCCPBKDF2, pw, pwlen,

Completed in 128 milliseconds