|
cryptlib
3.4.1
|
Go to the source code of this file.
Classes | |
| struct | CERTSTORE_READ_INFO |
Macros | |
| #define | CERTSTORE_CONTENT_TYPE "application/pkix-cert" |
| #define | CERTSTORE_CONTENT_TYPE_LEN 21 |
| #define | CERTSTORE_FLAG_NONE 0x00 /* No special processing */ |
| #define | CERTSTORE_FLAG_BASE64 0x01 /* Data must be base64 */ |
Functions | |
| CHECK_RETVAL | STDC_NONNULL_ARG ((1, 2, 3, 5)) int processCertQuery(INOUT SESSION_INFO *sessionInfoPtr |
| CHECK_RETVAL const HTTP_URI_INFO | IN_ARRAY (queryReqInfoSize) const CERTSTORE_READ_INFO *queryReqInfo |
| CHECK_RETVAL const HTTP_URI_INFO | IN_RANGE (1, 64) const int queryReqInfoSize |
| CHECK_RETVAL const HTTP_URI_INFO OUT_ATTRIBUTE_Z int | OUT_BUFFER_OPT (attributeMaxLen,*attributeLen) void *attribute |
| STDC_NONNULL_ARG ((1)) void sendCertErrorResponse(INOUT SESSION_INFO *sessionInfoPtr | |
| #define CERTSTORE_CONTENT_TYPE "application/pkix-cert" |
Definition at line 14 of file certstore.h.
| #define CERTSTORE_CONTENT_TYPE_LEN 21 |
Definition at line 15 of file certstore.h.
| #define CERTSTORE_FLAG_BASE64 0x01 /* Data must be base64 */ |
Definition at line 23 of file certstore.h.
| #define CERTSTORE_FLAG_NONE 0x00 /* No special processing */ |
Definition at line 22 of file certstore.h.
| CHECK_RETVAL const HTTP_URI_INFO IN_ARRAY | ( | queryReqInfoSize | ) | const |
| CHECK_RETVAL OUT_LENGTH_SHORT_Z int IN_RANGE | ( | 1 | , |
| 64 | |||
| ) | const |
| CHECK_RETVAL const HTTP_URI_INFO OUT_ATTRIBUTE_Z int OUT_BUFFER_OPT | ( | attributeMaxLen | , |
| * | attributeLen | ||
| ) |
| CHECK_RETVAL STDC_NONNULL_ARG | ( | (1, 2, 3, 5) | ) |
| STDC_NONNULL_ARG | ( | (1) | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 26 of file ctx_attr.c.
| CHECK_RETVAL const HTTP_URI_INFO OUT_ATTRIBUTE_Z int* attributeID |
Definition at line 46 of file certstore.h.
| CHECK_RETVAL const HTTP_URI_INFO OUT_ATTRIBUTE_Z int IN_LENGTH_SHORT_Z const int OUT_OPT_LENGTH_SHORT_Z int* attributeLen |
Definition at line 49 of file certstore.h.
| CHECK_RETVAL const HTTP_URI_INFO OUT_ATTRIBUTE_Z int IN_LENGTH_SHORT_Z const int attributeMaxLen |
Definition at line 49 of file certstore.h.
Definition at line 53 of file certstore.h.
| CHECK_RETVAL const HTTP_URI_INFO* httpReqInfo |
Definition at line 42 of file certstore.h.
1.8.2