Searched refs:xbuf (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | tcrypt.c | 60 static char *xbuf; variable 135 memset(xbuf, 0, XBUFSIZE); in test_hash() 146 memcpy (&xbuf[IDX[k]], hash_tv[i].plaintext + temp, in test_hash() 149 p = &xbuf[IDX[k]]; in test_hash() 222 memset(xbuf, 0, XBUFSIZE); in test_hmac() 234 memcpy (&xbuf[IDX[k]], hmac_tv[i].plaintext + temp, in test_hmac() 237 p = &xbuf[IDX[k]]; in test_hmac() 355 memset(xbuf, 0, XBUFSIZE); in test_cipher() 379 memcpy (&xbuf[IDX[k]], cipher_tv[i].input + temp, in test_cipher() 382 p = &xbuf[IDX[k]]; in test_cipher() [all …]
|