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

/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_set.c27 ASN1_INTEGER_free(x->cert_info.version);
28 x->cert_info.version = NULL;
31 if (x->cert_info.version == NULL) {
32 if ((x->cert_info.version = ASN1_INTEGER_new()) == NULL)
35 return ASN1_INTEGER_set(x->cert_info.version, version);
44 in = &x->cert_info.serialNumber;
54 return X509_NAME_set(&x->cert_info.issuer, name);
61 return X509_NAME_set(&x->cert_info.subject, name);
82 return ossl_x509_set1_time(&x->cert_info.validity.notBefore, tm);
89 return ossl_x509_set1_time(&x->cert_info
[all...]
H A Dx509_ext.c68 return X509v3_get_ext_count(x->cert_info.extensions);
73 return X509v3_get_ext_by_NID(x->cert_info.extensions, nid, lastpos);
78 return X509v3_get_ext_by_OBJ(x->cert_info.extensions, obj, lastpos);
84 (x->cert_info.extensions, crit, lastpos));
89 return X509v3_get_ext(x->cert_info.extensions, loc);
94 return X509v3_delete_ext(x->cert_info.extensions, loc);
99 return (X509v3_add_ext(&(x->cert_info.extensions), ex, loc) != NULL);
104 return X509V3_get_d2i(x->cert_info.extensions, nid, crit, idx);
110 return X509V3_add1_i2d(&x->cert_info.extensions, nid, value, crit,
H A Dx509_cmp.c28 ai = &a->cert_info;
29 bi = &b->cert_info;
47 f = X509_NAME_oneline(a->cert_info.issuer, NULL, 0);
59 (ctx, (unsigned char *)a->cert_info.serialNumber.data,
60 (unsigned long)a->cert_info.serialNumber.length))
77 return X509_NAME_cmp(a->cert_info.issuer, b->cert_info.issuer);
82 return X509_NAME_cmp(a->cert_info.subject, b->cert_info.subject);
105 return a->cert_info
[all...]
H A Dx509_r2x.c33 xi = &ret->cert_info;
H A Dx_x509.c133 ASN1_EMBED(X509, cert_info, X509_CINF),
291 x->cert_info.enc.modified = 1;
292 return i2d_X509_CINF(&x->cert_info, pp);
H A Dv3_skid.c109 ctx->subject_cert->cert_info.key :
H A Dx_all.c33 if (X509_ALGOR_cmp(&a->sig_alg, &a->cert_info.signature) != 0)
37 &a->signature, &a->cert_info,
74 x->cert_info.enc.modified = 1;
75 return ASN1_item_sign_ex(ASN1_ITEM_rptr(X509_CINF), &x->cert_info.signature,
76 &x->sig_alg, &x->signature, &x->cert_info, NULL,
86 x->cert_info.enc.modified = 1;
88 &x->cert_info.signature,
89 &x->sig_alg, &x->signature, &x->cert_info, ctx);
H A Dby_dir.c247 data.st_x509.cert_info.subject = (X509_NAME *)name; /* won't modify it */
H A Dv3_conf.c346 sk = &cert->cert_info.extensions;
H A Dx509_lu.c514 x509_s.cert_info.subject = (X509_NAME *)name; /* won't modify it */
H A Dx_pubkey.c1040 return x->cert_info.key->public_key;
H A Dv3_purp.c373 if (OBJ_find_sigid_algs(OBJ_obj2nid(subject->cert_info.signature.algorithm),
H A Dx509_vfy.c558 CB_FAIL_IF(X509_ALGOR_cmp(&x->sig_alg, &x->cert_info.signature) != 0,
/freebsd-current/contrib/ntp/include/
H A Dntp_crypto.h29 #include "ntp_calendar.h" /* for fields in the cert_info structure */
156 struct cert_info { struct
157 struct cert_info *link; /* forward link */
188 extern struct cert_info *cinfo; /* host certificate information */
H A Dntp.h320 struct cert_info *xinfo; /* issuer certificate */
/freebsd-current/contrib/ntp/sntp/
H A Dnetworking.h74 struct cert_info *xinfo; /* issuer certificate */
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_crypto.c162 struct cert_info *cinfo = NULL; /* certificate info/value cache */
163 struct cert_info *cert_host = NULL; /* host certificate */
201 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
203 static struct cert_info *cert_install (struct exten *, struct peer *);
204 static int cert_hike (struct peer *, struct cert_info *);
205 static void cert_free (struct cert_info *);
208 static struct cert_info *crypto_cert (char *);
428 struct cert_info *xinfo; /* certificate info pointer */
1093 struct cert_info *cp, *xp, *yp; /* cert info/value pointer */
1838 struct cert_info *c
[all...]
H A Dntp_control.c1913 struct cert_info *cp;
/freebsd-current/crypto/openssl/include/crypto/
H A Dx509.h175 X509_CINF cert_info; member in struct:x509_st
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c627 pub_rsa = cert->cert_info->key->pkey->pkey.rsa;

Completed in 183 milliseconds