Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/sodium
File: crypto_auth.h
#ifndef crypto_auth_H
[0] Fix | Delete
#define crypto_auth_H
[1] Fix | Delete
[2] Fix | Delete
#include <stddef.h>
[3] Fix | Delete
[4] Fix | Delete
#include "crypto_auth_hmacsha512256.h"
[5] Fix | Delete
#include "export.h"
[6] Fix | Delete
[7] Fix | Delete
#ifdef __cplusplus
[8] Fix | Delete
# ifdef __GNUC__
[9] Fix | Delete
# pragma GCC diagnostic ignored "-Wlong-long"
[10] Fix | Delete
# endif
[11] Fix | Delete
extern "C" {
[12] Fix | Delete
#endif
[13] Fix | Delete
[14] Fix | Delete
#define crypto_auth_BYTES crypto_auth_hmacsha512256_BYTES
[15] Fix | Delete
SODIUM_EXPORT
[16] Fix | Delete
size_t crypto_auth_bytes(void);
[17] Fix | Delete
[18] Fix | Delete
#define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES
[19] Fix | Delete
SODIUM_EXPORT
[20] Fix | Delete
size_t crypto_auth_keybytes(void);
[21] Fix | Delete
[22] Fix | Delete
#define crypto_auth_PRIMITIVE "hmacsha512256"
[23] Fix | Delete
SODIUM_EXPORT
[24] Fix | Delete
const char *crypto_auth_primitive(void);
[25] Fix | Delete
[26] Fix | Delete
SODIUM_EXPORT
[27] Fix | Delete
int crypto_auth(unsigned char *out, const unsigned char *in,
[28] Fix | Delete
unsigned long long inlen, const unsigned char *k)
[29] Fix | Delete
__attribute__ ((nonnull(1, 4)));
[30] Fix | Delete
[31] Fix | Delete
SODIUM_EXPORT
[32] Fix | Delete
int crypto_auth_verify(const unsigned char *h, const unsigned char *in,
[33] Fix | Delete
unsigned long long inlen, const unsigned char *k)
[34] Fix | Delete
__attribute__ ((warn_unused_result)) __attribute__ ((nonnull(1, 4)));
[35] Fix | Delete
[36] Fix | Delete
SODIUM_EXPORT
[37] Fix | Delete
void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES])
[38] Fix | Delete
__attribute__ ((nonnull));
[39] Fix | Delete
[40] Fix | Delete
#ifdef __cplusplus
[41] Fix | Delete
}
[42] Fix | Delete
#endif
[43] Fix | Delete
[44] Fix | Delete
#endif
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function