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

/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpvkfmt.c132 #define PVK_SALTLEN 0x10 macro
860 outlen += PVK_SALTLEN;
887 write_ledword(&p, enclevel ? PVK_SALTLEN: 0);
891 if (RAND_bytes(p, PVK_SALTLEN) <= 0)
894 p += PVK_SALTLEN;
913 if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN,
918 p = salt + PVK_SALTLEN + 8;

Completed in 110 milliseconds