Loading crypto/engine/hw_cswift.c +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ static int cswift_rand_bytes(unsigned char *buf, int num) } acquired = 1; while (nbytes < num) while (nbytes < (size_t)num) { /* tell CryptoSwift how many bytes we want and where we want it. * Note: - CryptoSwift cannot do more than 4096 bytes at a time. Loading Loading
crypto/engine/hw_cswift.c +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ static int cswift_rand_bytes(unsigned char *buf, int num) } acquired = 1; while (nbytes < num) while (nbytes < (size_t)num) { /* tell CryptoSwift how many bytes we want and where we want it. * Note: - CryptoSwift cannot do more than 4096 bytes at a time. Loading