Searched defs:NSSCMSContentInfoStr (Results 1 – 8 of 8) sorted by relevance
126 struct NSSCMSContentInfoStr { struct127 SECItem contentType;128 NSSCMSContent content;130 SECOidData *contentTypeTag;135 SECAlgorithmID contentEncAlg;136 SECItem *rawContent; /* encrypted DER, optional */139 PK11SymKey *bulkkey; /* bulk encryption key */140 int keysize; /* size of bulk encryption key142 SECOidTag contentEncAlgTag; /* oid tag of encryption algorithm144 NSSCMSContentInfoPrivate *privateInfo; /* place for NSS private info */[all …]