Searched refs:pad_buf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/ti/ |
| H A D | dthev2-aes.c | 383 u8 *pad_buf = rctx->padding; in dthe_aes_run() local 398 memzero_explicit(pad_buf, AES_BLOCK_SIZE); in dthe_aes_run() 399 sg_set_buf(sg, pad_buf, pad_size); in dthe_aes_run() 410 sg_set_buf(sg, pad_buf, pad_size); in dthe_aes_run() 614 u8 *pad_buf) in dthe_aead_prep_aad() argument 636 memset(pad_buf, 0, pad_len); in dthe_aead_prep_aad() 637 sg_set_buf(to_sg, pad_buf, pad_len); in dthe_aead_prep_aad() 661 u8 *pad_buf) in dthe_aead_prep_crypt() argument 694 sg_set_buf(to_sg, pad_buf, pad_len); in dthe_aead_prep_crypt()
|