Searched refs:tbsc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dca.c913 TBSCertificate *tbsc,
943 ret = add_Extensions(tbsc->extensions, &ext);
992 TBSCertificate *tbsc; local
1037 tbsc = &c.tbsCertificate;
1074 tbsc->version = calloc(1, sizeof(*tbsc->version));
1075 if (tbsc->version == NULL) {
1080 *tbsc->version = rfc3280_version_3;
1083 ret = der_copy_heim_integer(&tbs->serial, &tbsc->serialNumber);
1089 tbsc
912 add_extension(hx509_context context, TBSCertificate *tbsc, int critical_flag, const heim_oid *oid, const heim_octet_string *data) argument
[all...]

Completed in 94 milliseconds