Home
last modified time | relevance | path

Searched refs:pad_byte (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A Dcrypto.c225 int pad_byte = AES_BLOCK_SIZE - (in_len & (AES_BLOCK_SIZE - 1)); in ceph_aes_crypt() local
226 int crypt_len = encrypt ? in_len + pad_byte : in_len; in ceph_aes_crypt()
231 memset(buf + in_len, pad_byte, pad_byte); in ceph_aes_crypt()
265 pad_byte = *(char *)(buf + in_len - 1); in ceph_aes_crypt()
266 if (pad_byte > 0 && pad_byte <= AES_BLOCK_SIZE && in ceph_aes_crypt()
267 in_len >= pad_byte) { in ceph_aes_crypt()
268 *pout_len = in_len - pad_byte; in ceph_aes_crypt()
271 __func__, pad_byte, in_le in ceph_aes_crypt()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dcrypto.c226 int pad_byte = AES_BLOCK_SIZE - (in_len & (AES_BLOCK_SIZE - 1)); in ceph_aes_crypt() local
227 int crypt_len = encrypt ? in_len + pad_byte : in_len; in ceph_aes_crypt()
232 memset(buf + in_len, pad_byte, pad_byte); in ceph_aes_crypt()
266 pad_byte = *(char *)(buf + in_len - 1); in ceph_aes_crypt()
267 if (pad_byte > 0 && pad_byte <= AES_BLOCK_SIZE && in ceph_aes_crypt()
268 in_len >= pad_byte) { in ceph_aes_crypt()
269 *pout_len = in_len - pad_byte; in ceph_aes_crypt()
272 __func__, pad_byte, in_le in ceph_aes_crypt()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx_csbcpb.h115 u8 pad_byte; member
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx_csbcpb.h115 u8 pad_byte; member

Completed in 3 milliseconds