HomeSort by: relevance | last modified time | path
    Searched refs:req_info (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509rset.c 24 x->req_info.enc.modified = 1;
25 return ASN1_INTEGER_set(x->req_info.version, version);
32 x->req_info.enc.modified = 1;
33 return X509_NAME_set(&x->req_info.subject, name);
40 x->req_info.enc.modified = 1;
41 return X509_PUBKEY_set(&x->req_info.pubkey, pkey);
x509_req.c 35 ri = &ret->req_info;
67 return X509_PUBKEY_get(req->req_info.pubkey);
74 return X509_PUBKEY_get0(req->req_info.pubkey);
79 return req->req_info.pubkey;
177 loc = X509at_get_attr_by_NID(req->req_info.attributes, nid, -1);
191 X509_ATTRIBUTE *att = X509at_delete_attr(req->req_info.attributes, loc);
216 return X509at_get_attr_count(req->req_info.attributes);
221 return X509at_get_attr_by_NID(req->req_info.attributes, nid, lastpos);
227 return X509at_get_attr_by_OBJ(req->req_info.attributes, obj, lastpos);
232 return X509at_get_attr(req->req_info.attributes, loc)
    [all...]
x_req.c 70 if (old->req_info.pubkey != NULL) {
71 EVP_PKEY *pkey = X509_PUBKEY_get0(old->req_info.pubkey);
79 if (!X509_PUBKEY_set(&ret->req_info.pubkey, pkey)) {
116 ASN1_EMBED(X509_REQ, req_info, X509_REQ_INFO),
x509_r2x.c 35 if (sk_X509_ATTRIBUTE_num(r->req_info.attributes) != 0) {
v3_skid.c 107 return ossl_x509_pubkey_hash(ctx->subject_cert != NULL ? ctx->subject_cert->cert_info.key : ctx->subject_req->req_info.pubkey);
x_all.c 52 a->signature, &a->req_info, a->distinguishing_id,
146 x->req_info.enc.modified = 1;
148 x->signature, &x->req_info, NULL,
158 x->req_info.enc.modified = 1;
160 &x->sig_alg, NULL, x->signature, &x->req_info,
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509rset.c 22 x->req_info.enc.modified = 1;
23 return ASN1_INTEGER_set(x->req_info.version, version);
30 x->req_info.enc.modified = 1;
31 return X509_NAME_set(&x->req_info.subject, name);
38 x->req_info.enc.modified = 1;
39 return X509_PUBKEY_set(&x->req_info.pubkey, pkey);
x509_req.c 35 ri = &ret->req_info;
67 return X509_PUBKEY_get(req->req_info.pubkey);
74 return X509_PUBKEY_get0(req->req_info.pubkey);
79 return req->req_info.pubkey;
197 return X509at_get_attr_count(req->req_info.attributes);
202 return X509at_get_attr_by_NID(req->req_info.attributes, nid, lastpos);
208 return X509at_get_attr_by_OBJ(req->req_info.attributes, obj, lastpos);
213 return X509at_get_attr(req->req_info.attributes, loc);
224 attr = X509at_delete_attr(req->req_info.attributes, loc);
226 req->req_info.enc.modified = 1
    [all...]
x_req.c 71 if (old->req_info.pubkey != NULL) {
72 EVP_PKEY *pkey = X509_PUBKEY_get0(old->req_info.pubkey);
80 if (!X509_PUBKEY_set(&ret->req_info.pubkey, pkey)) {
122 ASN1_EMBED(X509_REQ, req_info, X509_REQ_INFO),
x509_r2x.c 35 if (sk_X509_ATTRIBUTE_num(r->req_info.attributes) != 0) {
v3_skid.c 110 ctx->subject_req->req_info.pubkey);
x_all.c 45 a->signature, &a->req_info, a->distinguishing_id,
120 x->req_info.enc.modified = 1;
122 x->signature, &x->req_info, NULL,
132 x->req_info.enc.modified = 1;
134 &x->sig_alg, NULL, x->signature, &x->req_info,
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509rset.c 22 x->req_info.enc.modified = 1;
23 return ASN1_INTEGER_set(x->req_info.version, version);
30 x->req_info.enc.modified = 1;
31 return X509_NAME_set(&x->req_info.subject, name);
38 x->req_info.enc.modified = 1;
39 return X509_PUBKEY_set(&x->req_info.pubkey, pkey);
x509_req.c 35 ri = &ret->req_info;
67 return X509_PUBKEY_get(req->req_info.pubkey);
74 return X509_PUBKEY_get0(req->req_info.pubkey);
79 return req->req_info.pubkey;
211 return X509at_get_attr_count(req->req_info.attributes);
216 return X509at_get_attr_by_NID(req->req_info.attributes, nid, lastpos);
222 return X509at_get_attr_by_OBJ(req->req_info.attributes, obj, lastpos);
227 return X509at_get_attr(req->req_info.attributes, loc);
232 X509_ATTRIBUTE *attr = X509at_delete_attr(req->req_info.attributes, loc);
235 req->req_info.enc.modified = 1
    [all...]
x_req.c 61 ASN1_EMBED(X509_REQ, req_info, X509_REQ_INFO),
x509_r2x.c 35 if (sk_X509_ATTRIBUTE_num(r->req_info.attributes) != 0) {
x_all.c 33 &a->sig_alg, a->signature, &a->req_info, r));
75 x->req_info.enc.modified = 1;
77 x->signature, &x->req_info, pkey, md));
82 x->req_info.enc.modified = 1;
84 &x->sig_alg, NULL, x->signature, &x->req_info,
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_skey.c 82 pubkey = ctx->subject_req->req_info.pubkey;
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 71 X509_REQ_INFO req_info; /* signed certificate request data */ member in struct:X509_req_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 77 X509_REQ_INFO req_info; /* signed certificate request data */ member in struct:X509_req_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 77 X509_REQ_INFO req_info; /* signed certificate request data */ member in struct:X509_req_st
  /src/external/bsd/wpa/dist/wpa_supplicant/
wnm_sta.c 1906 u8 dialog_token, req_info, auto_report, timeout; local
1916 req_info = frm[1];
1917 auto_report = req_info & 0x03;
1918 timeout = req_info >> 2;
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_event.c 643 struct links_info req_info, resp_info; local
667 os_memset(&req_info, 0, sizeof(req_info));
669 &req_info); local
684 if (req_info.non_assoc_links != resp_info.non_assoc_links) {
687 req_info.non_assoc_links,
692 mlo->req_links = BIT(mlo->assoc_link_id) | req_info.non_assoc_links;
697 req_info.non_assoc_links, BIT(mlo->assoc_link_id));
704 os_memcpy(mlo->links[i].addr, req_info.addr[i], ETH_ALEN);
  /src/external/bsd/wpa/dist/src/ap/
wnm_ap.c 1081 mgmt->u.action.u.coloc_intf_req.req_info = auto_report | (timeout << 2);
1082 pos = &mgmt->u.action.u.coloc_intf_req.req_info;
  /src/external/ibm-public/postfix/dist/src/util/
dict_cache.c 1010 static DICT_CACHE_SREQ_INFO req_info[] = { variable
1035 for (rp = req_info; /* See below */ ; rp++) {

Completed in 33 milliseconds

1 2