Home
last modified time | relevance | path

Searched defs:CMS_CertificateChoices (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcrypto/cms/
Dcms_local.h328 struct CMS_CertificateChoices { struct
329 int type;
330 union {
336 } d;
Dcms_lib.c489 static STACK_OF(CMS_CertificateChoices) ** in STACK_OF() argument
Dcms.h72 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef