cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros
ssl_cry.c File Reference
#include "crypt.h"
#include "enc_dec/misc_rw.h"
#include "session/session.h"
#include "session/ssl.h"

Go to the source code of this file.

Macros

#define PROTOHMAC_PAD1_VALUE   0x36
 
#define PROTOHMAC_PAD2_VALUE   0x5C
 
#define PROTOHMAC_PAD1
 
#define PROTOHMAC_PAD2
 

Macro Definition Documentation

#define PROTOHMAC_PAD1
Value:
"\x36\x36\x36\x36\x36\x36\x36\x36" \
"\x36\x36\x36\x36\x36\x36\x36\x36" \
"\x36\x36\x36\x36\x36\x36\x36\x36" \
"\x36\x36\x36\x36\x36\x36\x36\x36" \
"\x36\x36\x36\x36\x36\x36\x36\x36" \
"\x36\x36\x36\x36\x36\x36\x36\x36"

Definition at line 24 of file ssl_cry.c.

#define PROTOHMAC_PAD1_VALUE   0x36

Definition at line 22 of file ssl_cry.c.

#define PROTOHMAC_PAD2
Value:
"\x5C\x5C\x5C\x5C\x5C\x5C\x5C\x5C" \
"\x5C\x5C\x5C\x5C\x5C\x5C\x5C\x5C" \
"\x5C\x5C\x5C\x5C\x5C\x5C\x5C\x5C" \
"\x5C\x5C\x5C\x5C\x5C\x5C\x5C\x5C" \
"\x5C\x5C\x5C\x5C\x5C\x5C\x5C\x5C" \
"\x5C\x5C\x5C\x5C\x5C\x5C\x5C\x5C"

Definition at line 30 of file ssl_cry.c.

#define PROTOHMAC_PAD2_VALUE   0x5C

Definition at line 23 of file ssl_cry.c.