Home
last modified time | relevance | path

Searched refs:pbuf_length (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c901 int copy_size, pbuf_length; in GEN_SEC_SETKEY_FUNC() local
912 pbuf_length = sg_copy_to_buffer(src, sg_nents(src), in GEN_SEC_SETKEY_FUNC()
914 if (unlikely(pbuf_length != copy_size)) { in GEN_SEC_SETKEY_FUNC()
937 int copy_size, pbuf_length; in sec_cipher_pbuf_unmap() local
945 pbuf_length = sg_copy_from_buffer(dst, sg_nents(dst), in sec_cipher_pbuf_unmap()
947 if (unlikely(pbuf_length != copy_size)) in sec_cipher_pbuf_unmap()