Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance
| /crypto/ |
| A D | pcbc.c | 50 u8 tmpbuf[MAX_CIPHER_BLOCKSIZE]; in crypto_pcbc_encrypt_inplace() local 53 memcpy(tmpbuf, dst, bsize); in crypto_pcbc_encrypt_inplace() 56 crypto_xor_cpy(iv, tmpbuf, dst, bsize); in crypto_pcbc_encrypt_inplace() 117 u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32)); in crypto_pcbc_decrypt_inplace() local 120 memcpy(tmpbuf, dst, bsize); in crypto_pcbc_decrypt_inplace() 123 crypto_xor_cpy(iv, dst, tmpbuf, bsize); in crypto_pcbc_decrypt_inplace()
|
Completed in 3 milliseconds