Lines Matching refs:isfull
1279 int err, isfull = 0; in chcr_aes_encrypt() local
1284 isfull = 1; in chcr_aes_encrypt()
1296 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_encrypt()
1304 int err, isfull = 0; in chcr_aes_decrypt() local
1308 isfull = 1; in chcr_aes_decrypt()
1320 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_decrypt()
1569 int error, isfull = 0; in chcr_ahash_update() local
1575 isfull = 1; in chcr_ahash_update()
1629 return isfull ? -EBUSY : -EINPROGRESS; in chcr_ahash_update()
1706 int error, isfull = 0; in chcr_ahash_finup() local
1713 isfull = 1; in chcr_ahash_finup()
1774 return isfull ? -EBUSY : -EINPROGRESS; in chcr_ahash_finup()
1788 int error, isfull = 0; in chcr_ahash_digest() local
1796 isfull = 1; in chcr_ahash_digest()
1854 return isfull ? -EBUSY : -EINPROGRESS; in chcr_ahash_digest()
3570 int isfull = 0; in chcr_aead_op() local
3579 isfull = 1; in chcr_aead_op()
3593 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aead_op()