aes-gcm-aead

aes-gcm-aead

Functions

Description

Functions

unlikely ()

if
unlikely ();

gnutls_memcmp ()

if
gnutls_memcmp ();

This function will operate similarly to memcmp(), but will operate on time that depends only on the size of the string. That is will not return early if the strings don't match on the first byte.

Parameters

s1

the first address to compare

 

s2

the second address to compare

 

n

the size of memory to compare

 

Returns

non zero on difference and zero if the buffers are identical.

Since: 3.4.0