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

/opensolaris-onvv-gate/usr/src/common/openssl/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);

Completed in 132 milliseconds