Searched refs:pad_buffer (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/crypto/axis/ |
D | artpec6_crypto.c | 269 void *pad_buffer; /* cache-aligned block padding buffer */ member 294 char pad_buffer[SHA256_BLOCK_SIZE + 32]; member 1386 error = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_hash() 1484 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash() 1487 req_ctx->pad_buffer, in artpec6_crypto_prepare_hash() 1777 ret = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_crypto() 1807 ac->pad_buffer, in artpec6_crypto_prepare_crypto() 1813 ac->pad_buffer, pad, in artpec6_crypto_prepare_crypto() 1903 ret = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_aead() 1994 ac->pad_buffer, in artpec6_crypto_prepare_aead() [all …]
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | tlan.h | 178 u8 *pad_buffer; member
|