Searched refs:PKCS7_SIGNED (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libcrypto/pkcs7/ |
| D | pk7_asn1.c | 260 .offset = offsetof(PKCS7_SIGNED, version), 267 .offset = offsetof(PKCS7_SIGNED, md_algs), 274 .offset = offsetof(PKCS7_SIGNED, contents), 281 .offset = offsetof(PKCS7_SIGNED, cert), 288 .offset = offsetof(PKCS7_SIGNED, crl), 295 .offset = offsetof(PKCS7_SIGNED, signer_info), 307 .size = sizeof(PKCS7_SIGNED), 313 PKCS7_SIGNED * 314 d2i_PKCS7_SIGNED(PKCS7_SIGNED **a, const unsigned char **in, long len) in d2i_PKCS7_SIGNED() 316 return (PKCS7_SIGNED *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_PKCS7_SIGNED() [all …]
|
| D | pkcs7.h | 117 } PKCS7_SIGNED; typedef 181 PKCS7_SIGNED *sign; 283 PKCS7_SIGNED *PKCS7_SIGNED_new(void); 284 void PKCS7_SIGNED_free(PKCS7_SIGNED *a); 285 PKCS7_SIGNED *d2i_PKCS7_SIGNED(PKCS7_SIGNED **a, const unsigned char **in, long len); 286 int i2d_PKCS7_SIGNED(PKCS7_SIGNED *a, unsigned char **out);
|
| /openbsd/src/usr.bin/openssl/ |
| D | crl2p7.c | 166 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main()
|
| /openbsd/src/lib/libcrypto/ts/ |
| D | ts_asn1.c | 1039 PKCS7_SIGNED *pkcs7_signed; in PKCS7_to_TS_TST_INFO()
|