|
gwenhywfar
5.1.3
|
Go to the source code of this file.
Typedefs | |
| typedef struct GWEN_CRYPT_PADDALGO | GWEN_CRYPT_PADDALGO |
Variables | |
| GWEN_CRYPT_PADDALGOID | |
| typedef struct GWEN_CRYPT_PADDALGO GWEN_CRYPT_PADDALGO |
Definition at line 21 of file paddalgo.h.
| GWENHYWFAR_API void GWEN_Crypt_PaddAlgo_Attach | ( | GWEN_CRYPT_PADDALGO * | a | ) |
| GWENHYWFAR_API GWEN_CRYPT_PADDALGO* GWEN_Crypt_PaddAlgo_dup | ( | const GWEN_CRYPT_PADDALGO * | a | ) |
| GWENHYWFAR_API void GWEN_Crypt_PaddAlgo_free | ( | GWEN_CRYPT_PADDALGO * | a | ) |
| GWENHYWFAR_API GWEN_CRYPT_PADDALGO* GWEN_Crypt_PaddAlgo_fromDb | ( | GWEN_DB_NODE * | db | ) |
| GWENHYWFAR_API GWEN_CRYPT_PADDALGOID GWEN_Crypt_PaddAlgo_GetId | ( | const GWEN_CRYPT_PADDALGO * | a | ) |
| GWENHYWFAR_API int GWEN_Crypt_PaddAlgo_GetPaddSize | ( | const GWEN_CRYPT_PADDALGO * | a | ) |
| GWENHYWFAR_API GWEN_CRYPT_PADDALGO* GWEN_Crypt_PaddAlgo_new | ( | GWEN_CRYPT_PADDALGOID | id | ) |
| GWENHYWFAR_API void GWEN_Crypt_PaddAlgo_SetPaddSize | ( | GWEN_CRYPT_PADDALGO * | a, |
| int | s | ||
| ) |
| GWENHYWFAR_API int GWEN_Crypt_PaddAlgo_toDb | ( | const GWEN_CRYPT_PADDALGO * | a, |
| GWEN_DB_NODE * | db | ||
| ) |
| GWENHYWFAR_API GWEN_CRYPT_PADDALGOID GWEN_Crypt_PaddAlgoId_fromString | ( | const char * | s | ) |
| const GWENHYWFAR_API char* GWEN_Crypt_PaddAlgoId_toString | ( | GWEN_CRYPT_PADDALGOID | a | ) |
| GWEN_LIST2_FUNCTION_LIB_DEFS | ( | GWEN_CRYPT_PADDALGO | , |
| GWEN_Crypt_PaddAlgo | , | ||
| GWENHYWFAR_API | |||
| ) |
ISO 9796/1 without appendix 4
ISO 9796/1 with appendix 4
ISO 9796/2 with random (SigG v1.0)
PKCS#1 block type 01
PKCS#1 block type 02
fill left with zeroes
fill right with zeroes
ANSI X9.23
PKCS#1 PSS with SHA-256
ZKA Padding
Definition at line 27 of file paddalgo.h.
| GWEN_CRYPT_PADDALGOID |
Definition at line 60 of file paddalgo.h.
1.8.17