Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/des/
Denc_writ.c91 unsigned char shortbuf[8]; in DES_enc_write() local
131 cp=shortbuf; in DES_enc_write()
132 memcpy(shortbuf,buf,len); in DES_enc_write()
133 RAND_pseudo_bytes(shortbuf+len, 8-len); in DES_enc_write()
/mirbsd/src/lib/libdes/
Denc_writ.c78 char shortbuf[8]; local
117 p=shortbuf;
118 memcpy(shortbuf,buf,(unsigned int)len);
120 shortbuf[i] = arc4random() & 0xFF;