| Used As |
Name |
Used In |
|
PARAM |
receiptList |
CMS_ReceiptRequest_create0 (
unsigned char* id,
int idlen,
int allorfirst,
struct stack_st_GENERAL_NAMES* receiptList,
struct stack_st_GENERAL_NAMES* receiptsTo
) »
|
|
PARAM |
receiptsTo |
CMS_ReceiptRequest_create0 (
unsigned char* id,
int idlen,
int allorfirst,
struct stack_st_GENERAL_NAMES* receiptList,
struct stack_st_GENERAL_NAMES* receiptsTo
) »
|
|
PARAM |
plist |
CMS_ReceiptRequest_get0_values (
CMS_ReceiptRequest* rr,
ASN1_STRING** pcid,
int* pallorfirst,
struct stack_st_GENERAL_NAMES** plist,
struct stack_st_GENERAL_NAMES** prto
) »
|
|
PARAM |
prto |
CMS_ReceiptRequest_get0_values (
CMS_ReceiptRequest* rr,
ASN1_STRING** pcid,
int* pallorfirst,
struct stack_st_GENERAL_NAMES** plist,
struct stack_st_GENERAL_NAMES** prto
) »
|
|
FIELD |
.issuers |
struct X509_crl_st {
...
ASN1_INTEGER* base_crl_number,
unsigned char[20] sha1_hash,
struct stack_st_GENERAL_NAMES* issuers,
X509_CRL_METHOD const* meth,
void* meth_data
} »
|
|
FIELD |
.receiptsTo |
struct CMS_ReceiptRequest_st {
ASN1_OCTET_STRING* signedContentIdentifier,
CMS_ReceiptsFrom* receiptsFrom,
struct stack_st_GENERAL_NAMES* receiptsTo
} »
|
|
FIELD |
.receiptList |
anon-union-cms_lcl.h-377 {
long allOrFirstTier,
struct stack_st_GENERAL_NAMES* receiptList
} »
|