gwenhywfar
4.3.3
|
#include "padd_p.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
#include <gwenhywfar/error.h>
#include <gwenhywfar/cryptdefs.h>
#include <gwenhywfar/text.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | DISABLE_DEBUGLOG |
Variables | |
static uint8_t | nullarray [] = {0, 0, 0, 0, 0, 0, 0, 0} |
int GWEN_Padd__UnpaddWithPkcs1Bt1Or2 | ( | GWEN_BUFFER * | buf | ) |
Definition at line 356 of file padd.c.
References DBG_ERROR, GWEN_Buffer_Crop(), GWEN_Buffer_GetStart(), GWEN_Buffer_GetUsedBytes(), GWEN_ERROR_INVALID, and GWEN_LOGDOMAIN.
Referenced by GWEN_Padd_UnpaddWithPkcs1Bt1(), and GWEN_Padd_UnpaddWithPkcs1Bt2().
unsigned char GWEN_Padd_permutate | ( | unsigned char | input | ) |
Definition at line 51 of file padd.c.
Referenced by GWEN_Padd_PaddWithISO9796().
|
static |
Definition at line 44 of file padd.c.
Referenced by GWEN_Padd_AddPkcs1Pss(), and GWEN_Padd_VerifyPkcs1Pss().