|
cryptlib
3.4.1
|
#include "crypt.h"Go to the source code of this file.
Macros | |
| #define | BITS_PER_GROUP ( 5 * 5 ) /* 5 chars encoding 5 bits each */ |
Functions | |
| CHECK_RETVAL | STDC_NONNULL_ARG ((1, 3)) |
| CHECK_RETVAL | STDC_NONNULL_ARG ((1, 3, 4)) |
| CHECK_RETVAL_BOOL | STDC_NONNULL_ARG ((1)) |
| #define BITS_PER_GROUP ( 5 * 5 ) /* 5 chars encoding 5 bits each */ |
Definition at line 16 of file base64_id.c.
| CHECK_RETVAL STDC_NONNULL_ARG | ( | (1, 3) | ) |
Definition at line 38 of file base64_id.c.
| CHECK_RETVAL STDC_NONNULL_ARG | ( | (1, 3, 4) | ) |
Definition at line 82 of file base64_id.c.
| CHECK_RETVAL_BOOL STDC_NONNULL_ARG | ( | (1) | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 181 of file base64_id.c.
1.8.2