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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpvkfmt.c133 # define PVK_SALTLEN 0x10 macro
799 outlen += PVK_SALTLEN;
824 write_ledword(&p, enclevel ? PVK_SALTLEN : 0);
827 if (RAND_bytes(p, PVK_SALTLEN) <= 0)
830 p += PVK_SALTLEN;
847 if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN,
852 p = salt + PVK_SALTLEN + 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpvkfmt.c133 # define PVK_SALTLEN 0x10 macro
799 outlen += PVK_SALTLEN;
824 write_ledword(&p, enclevel ? PVK_SALTLEN : 0);
827 if (RAND_bytes(p, PVK_SALTLEN) <= 0)
830 p += PVK_SALTLEN;
847 if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN,
852 p = salt + PVK_SALTLEN + 8;

Completed in 94 milliseconds