[PATCH] crypto: correct obvious misspelling "cypto-controller"

2018-08-06 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/Documentation/devicetree/bindings/crypto/rockchip-crypto.txt b/Documentation/devicetree/bindings/crypto/rockchip-crypto.txt index 5e2ba385b8c9..53e39d5f94e7 100644 --- a/Documentation/devicetree/bindings/crypto/rockchip-crypto.txt +++ b

[PATCH] crypto: wp512: fixed a brace coding style issue

2018-01-15 Thread Robert Donald Rickett
Fixed a coding style issue. Signed-off-by: Robert Donald Rickett <robert.rick...@gmail.com> --- crypto/wp512.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/wp512.c b/crypto/wp512.c index 7ee5a043a988..58983e23900d 100644 --- a/crypto/wp512.c +++ b/crypto/w

[PATCH 1/2] crypto: tcrypt - fix S/G table for test_aead_speed()

2017-10-10 Thread Robert Baronescu
In case buffer length is a multiple of PAGE_SIZE, the S/G table is incorrectly generated. Fix this by handling buflen = k * PAGE_SIZE separately. Signed-off-by: Robert Baronescu <robert.barone...@nxp.com> --- crypto/tcrypt.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[PATCH 2/2] crypto: tcrypt - fix buffer lengths in test_aead_speed()

2017-10-10 Thread Robert Baronescu
Fix the way the length of the buffers used for encryption / decryption are computed. For e.g. in case of encryption, input buffer does not contain an authentication tag. Signed-off-by: Robert Baronescu <robert.barone...@nxp.com> --- crypto/tcrypt.c | 6 -- 1 file changed, 4 insertions

Attention Beneficially

2016-08-21 Thread Robert David
Attention Beneficially WESTERN UNION This is very urgent Our Operation manager has sent your first payment of $5000.00 to you. Here is what we need from you to complete the transfer, Your Name, Your Address,A Copy Of Your ID and Your Telephone Number: Noted That Only Fee Request from You Is

HELLO DEAR

2016-04-22 Thread Melissa Robert
Hello Dear, how are you doing hope fine, I am (Melissa Robert) by name. i will like to know more about you believing that friendship is a free gift of nature. Please get back to me as soon as possible through this my private Email. (mr4785...@gmail.com) thank you. -- To unsubscribe from

Re: [PATCH v2 1/4] scatterlist: Introduce some helper functions

2016-04-02 Thread Robert Jarzmik
g_table.nents = 1. If I understand your function correctly, it will erase sg_table.sgl[1], and that looks incorrect to me. This is why I can't understand how your code can be correct, and why I say you add a new "meaning" to sg_table->nents, which is not consistent with the meaning I

RE: RE

2016-03-19 Thread Robert
Please confirm receipt of my previous mail..When can i call you -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/4] scatterlist: Introduce some helper functions

2016-03-10 Thread Robert Jarzmik
Baolin Wang <baolin.w...@linaro.org> writes: > Hi Robert, > > On 4 March 2016 at 03:15, Robert Jarzmik <robert.jarz...@free.fr> wrote: >> Baolin Wang <baolin.w...@linaro.org> writes: >>> +static inline bool sg_is_contiguous(struct scatterlist *sga, &g

Re: [PATCH 1/4] scatterlist: Introduce some helper functions

2016-03-03 Thread Robert Jarzmik
r away it looks exactly like sg_alloc_table(), excepting it "works around" the nents > 0 protection of __sg_alloc_table(). What is exactly the need for this one, and if it's usefull why not simply changing the __sg_alloc_table() "nents > 0" test and see what the outcome of the review will be ? Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] ARM: convert all mov.* pc, reg to bx reg for ARMv6+ (part1)

2014-07-01 Thread Robert Jarzmik
recommended to be used by the ARM architecture manual (section A.4.1.1). For ARMv5 - XScale, and more specificaly the mioa701_bootresume.S path (suspend to RAM) : Tested-by: Robert Jarzmik robert.jarz...@free.fr Cheers. -- Robert -- To unsubscribe from this list: send the line unsubscribe linux-crypto

Re: [PATCH v3 03/17] powerpc: Add PFO support to the VIO bus

2012-05-10 Thread Robert Jennings
* Benjamin Herrenschmidt (b...@kernel.crashing.org) wrote: Hrm... I don't like that much: + if (op-timeout) + deadline = jiffies + msecs_to_jiffies(op-timeout); + + while (true) { + hret = plpar_hcall_norets(H_COP, op-flags, +

Re: [PATCH] CRYPTO: Simplify code using ARRAY_SIZE() macro.

2008-05-27 Thread Robert P. J. Day
On Mon, 26 May 2008, Herbert Xu wrote: On Sun, May 25, 2008 at 11:32:45AM +, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index 81f3f95..c4c018d 100644 --- a/drivers/crypto

[PATCH] CRYPTO: Simplify code using ARRAY_SIZE() macro.

2008-05-25 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index 81f3f95..c4c018d 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto/hifn_795x.c @@ -894,7 +894,7 @@ static int hifn_enable_crypto(struct hifn_device *dev