Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/crypto/
HDapr_crypto_nss.c403 SECItem saltItem; in crypto_passphrase() local
477 saltItem.data = (unsigned char*) salt; in crypto_passphrase()
478 saltItem.len = saltLen; in crypto_passphrase()
483 SEC_OID_HMAC_SHA1, 0, iterations, &saltItem); in crypto_passphrase()