Searched refs:shortbuf (Results 1 – 2 of 2) sorted by relevance
91 unsigned char shortbuf[8]; in DES_enc_write() local131 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()
78 char shortbuf[8]; local117 p=shortbuf;118 memcpy(shortbuf,buf,(unsigned int)len);120 shortbuf[i] = arc4random() & 0xFF;