Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Denc.c472 int islen = (sptr != NULL ? sizeof(salt) : 0); in enc_main() local
473 if (!PKCS5_PBKDF2_HMAC(str, str_len, sptr, islen, in enc_main()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Denc.c499 int islen = (sptr != NULL ? sizeof(salt) : 0); in enc_main() local
500 if (!PKCS5_PBKDF2_HMAC(str, str_len, sptr, islen, in enc_main()