Searched defs:pkcs7_st (Results 1 – 2 of 2) sorted by relevance
109 typedef struct pkcs7_st { struct114 unsigned char *asn1;115 long length;119 int state; /* used during processing */120 int detached;121 ASN1_OBJECT *type;127 union {143 } d;
963 class pkcs7_st(Structure): class