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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_writ.c91 unsigned char shortbuf[8]; local
131 cp=shortbuf;
132 memcpy(shortbuf,buf,len);
133 RAND_pseudo_bytes(shortbuf+len, 8-len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Denc_writ.c94 unsigned char shortbuf[8];
136 cp = shortbuf;
137 memcpy(shortbuf, buf, len);
138 if (RAND_pseudo_bytes(shortbuf + len, 8 - len) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Denc_writ.c94 unsigned char shortbuf[8];
136 cp = shortbuf;
137 memcpy(shortbuf, buf, len);
138 if (RAND_pseudo_bytes(shortbuf + len, 8 - len) < 0) {

Completed in 65 milliseconds