Searched refs:ESS_SIGNING_CERT_V2 (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/crypto/libressl/crypto/ts/ |
| HD | ts_local.h | 306 ESS_SIGNING_CERT_V2 *ESS_SIGNING_CERT_V2_new(void); 307 void ESS_SIGNING_CERT_V2_free(ESS_SIGNING_CERT_V2 *a); 308 int i2d_ESS_SIGNING_CERT_V2(const ESS_SIGNING_CERT_V2 *a, 310 ESS_SIGNING_CERT_V2 *d2i_ESS_SIGNING_CERT_V2(ESS_SIGNING_CERT_V2 **a, 312 ESS_SIGNING_CERT_V2 *ESS_SIGNING_CERT_V2_dup(ESS_SIGNING_CERT_V2 *a);
|
| HD | ts_asn1.c | 920 .offset = offsetof(ESS_SIGNING_CERT_V2, cert_ids), 927 .offset = offsetof(ESS_SIGNING_CERT_V2, policy_info), 939 .size = sizeof(ESS_SIGNING_CERT_V2), 943 ESS_SIGNING_CERT_V2 * 944 d2i_ESS_SIGNING_CERT_V2(ESS_SIGNING_CERT_V2 **a, const unsigned char **in, long len) in d2i_ESS_SIGNING_CERT_V2() 946 return (ESS_SIGNING_CERT_V2 *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ESS_SIGNING_CERT_V2() 951 i2d_ESS_SIGNING_CERT_V2(const ESS_SIGNING_CERT_V2 *a, unsigned char **out) in i2d_ESS_SIGNING_CERT_V2() 956 ESS_SIGNING_CERT_V2 * 959 return (ESS_SIGNING_CERT_V2 *)ASN1_item_new(&ESS_SIGNING_CERT_V2_it); in ESS_SIGNING_CERT_V2_new() 963 ESS_SIGNING_CERT_V2_free(ESS_SIGNING_CERT_V2 *a) in ESS_SIGNING_CERT_V2_free() [all …]
|
| HD | ts_rsp_verify.c | 78 static ESS_SIGNING_CERT_V2 *ESS_get_signing_cert_v2(PKCS7_SIGNER_INFO *si); 280 ESS_SIGNING_CERT_V2 *ssv2 = NULL; in TS_check_signing_certs() 358 static ESS_SIGNING_CERT_V2 *
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | ts.h | 131 typedef struct ESS_signing_cert_v2 ESS_SIGNING_CERT_V2; typedef
|