Import OpenSSL 1.1.1f
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <string.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
#include "internal/poly1305.h"
|
||||
#include "crypto/poly1305.h"
|
||||
#include "poly1305_local.h"
|
||||
|
||||
size_t Poly1305_ctx_size(void)
|
||||
@@ -89,7 +89,7 @@ static void
|
||||
poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit);
|
||||
|
||||
/*
|
||||
* Type-agnostic "rip-off" from constant_time_locl.h
|
||||
* Type-agnostic "rip-off" from constant_time.h
|
||||
*/
|
||||
# define CONSTANT_TIME_CARRY(a,b) ( \
|
||||
(a ^ ((a ^ b) | ((a - b) ^ b))) >> (sizeof(a) * 8 - 1) \
|
||||
|
||||
Reference in New Issue
Block a user