Searched refs:pbuf_length (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 692 int copy_size, pbuf_length; in sec_cipher_pbuf_map() local 700 pbuf_length = sg_copy_to_buffer(src, sg_nents(src), in sec_cipher_pbuf_map() 703 if (unlikely(pbuf_length != copy_size)) { in sec_cipher_pbuf_map() 727 int copy_size, pbuf_length; in sec_cipher_pbuf_unmap() local 735 pbuf_length = sg_copy_from_buffer(dst, sg_nents(dst), in sec_cipher_pbuf_unmap() 738 if (unlikely(pbuf_length != copy_size)) in sec_cipher_pbuf_unmap()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 898 int copy_size, pbuf_length; in sec_cipher_pbuf_map() local 909 pbuf_length = sg_copy_to_buffer(src, sg_nents(src), in sec_cipher_pbuf_map() 911 if (unlikely(pbuf_length != copy_size)) { in sec_cipher_pbuf_map() 934 int copy_size, pbuf_length; in sec_cipher_pbuf_unmap() local 942 pbuf_length = sg_copy_from_buffer(dst, sg_nents(dst), in sec_cipher_pbuf_unmap() 944 if (unlikely(pbuf_length != copy_size)) in sec_cipher_pbuf_unmap()
|
Completed in 6 milliseconds