Home
last modified time | relevance | path

Searched refs:distinguishing_id (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/x509/
H A Dx_req.c55 ASN1_OCTET_STRING_free(ret->distinguishing_id); in req_cb()
58 ret->distinguishing_id = NULL; in req_cb()
62 ASN1_OCTET_STRING_free(ret->distinguishing_id); in req_cb()
133 ASN1_OCTET_STRING_free(x->distinguishing_id);
134 x->distinguishing_id = d_id;
139 return x->distinguishing_id; in X509_REQ_get0_distinguishing_id()
H A Dx_x509.c56 ASN1_OCTET_STRING_free(ret->distinguishing_id); in x509_cb()
77 ret->distinguishing_id = NULL; in x509_cb()
97 ASN1_OCTET_STRING_free(ret->distinguishing_id); in x509_cb()
311 ASN1_OCTET_STRING_free(x->distinguishing_id); in X509_set0_distinguishing_id()
312 x->distinguishing_id = d_id; in X509_set0_distinguishing_id()
317 return x->distinguishing_id; in X509_get0_distinguishing_id()
H A Dx_all.c38 a->distinguishing_id, r, a->libctx, a->propq); in X509_verify()
45 a->signature, &a->req_info, a->distinguishing_id, in X509_REQ_verify_ex()
/openssl/include/crypto/
H A Dx509.h84 ASN1_OCTET_STRING *distinguishing_id; member
204 ASN1_OCTET_STRING *distinguishing_id; member

Completed in 19 milliseconds