HomeSort by relevance Sort by last modified time
    Searched refs:req_info (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509rset.c 69 return(ASN1_INTEGER_set(x->req_info->version,version));
74 if ((x == NULL) || (x->req_info == NULL)) return(0);
75 return(X509_NAME_set(&x->req_info->subject,name));
80 if ((x == NULL) || (x->req_info == NULL)) return(0);
81 return(X509_PUBKEY_set(&x->req_info->pubkey,pkey));
x509_req.c 84 ri=ret->req_info;
112 if ((req == NULL) || (req->req_info == NULL))
114 return(X509_PUBKEY_get(req->req_info->pubkey));
193 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
238 if (!req->req_info->attributes)
240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
260 return X509at_get_attr_count(req->req_info->attributes);
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos)
    [all...]
x509_r2x.c 83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
x_all.c 82 a->sig_alg,a->signature,a->req_info,r));
108 x->signature, x->req_info,pkey,md));
114 x->sig_alg, NULL, x->signature, x->req_info, ctx);
  /external/openssl/crypto/x509/
x509rset.c 69 return(ASN1_INTEGER_set(x->req_info->version,version));
74 if ((x == NULL) || (x->req_info == NULL)) return(0);
75 return(X509_NAME_set(&x->req_info->subject,name));
80 if ((x == NULL) || (x->req_info == NULL)) return(0);
81 return(X509_PUBKEY_set(&x->req_info->pubkey,pkey));
x509_req.c 84 ri=ret->req_info;
112 if ((req == NULL) || (req->req_info == NULL))
114 return(X509_PUBKEY_get(req->req_info->pubkey));
193 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
238 if (!req->req_info->attributes)
240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
260 return X509at_get_attr_count(req->req_info->attributes);
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos)
    [all...]
x509_r2x.c 83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
x_all.c 82 a->sig_alg,a->signature,a->req_info,r));
109 x->signature, x->req_info,pkey,md));
115 x->sig_alg, NULL, x->signature, x->req_info, ctx);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_req.c 107 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
t_req.c 112 ri=x->req_info;
164 sk=x->req_info->attributes;
  /external/openssl/crypto/asn1/
x_req.c 107 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
t_req.c 112 ri=x->req_info;
164 sk=x->req_info->attributes;
  /external/ppp/pppd/plugins/radius/
radius.c 84 static int radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
94 static int radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info,
96 static int radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info);
345 REQUEST_INFO request_info, *req_info = &request_info; local
347 REQUEST_INFO *req_info = NULL; local
477 &received, radius_msg, req_info);
480 req_info);
485 if (radius_setparams(received, radius_msg, req_info, digest,
542 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
654 if (radius_setmppekeys(vp, req_info, challenge) < 0)
    [all...]
  /external/chromium_org/net/socket/
socks5_client_socket.h 31 // |req_info| contains the hostname and port to which the socket above will
38 const HostResolver::RequestInfo& req_info);
socks_client_socket.h 30 // |req_info| contains the hostname and port to which the socket above will
33 const HostResolver::RequestInfo& req_info,
socks_client_socket.cc 61 const HostResolver::RequestInfo& req_info,
71 host_request_info_(req_info),
socks5_client_socket.cc 33 const HostResolver::RequestInfo& req_info)
43 host_request_info_(req_info),
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_skey.c 124 pk = ctx->subject_req->req_info->pubkey->public_key;
  /external/openssl/crypto/x509v3/
v3_skey.c 124 pk = ctx->subject_req->req_info->pubkey->public_key;
  /external/chromium_org/third_party/openssl/openssl/apps/
x509.c 604 if ( (req->req_info == NULL) ||
605 (req->req_info->pubkey == NULL) ||
606 (req->req_info->pubkey->public_key == NULL) ||
607 (req->req_info->pubkey->public_key->data == NULL))
651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
652 if (!X509_set_subject_name(x,req->req_info->subject)) goto end;
    [all...]
req.c 818 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))
820 sk_X509_ATTRIBUTE_free(req->req_info->attributes);
821 req->req_info->attributes = NULL;
926 req->req_info->enc.modified = 1;
    [all...]
  /external/openssl/apps/
x509.c 604 if ( (req->req_info == NULL) ||
605 (req->req_info->pubkey == NULL) ||
606 (req->req_info->pubkey->public_key == NULL) ||
607 (req->req_info->pubkey->public_key->data == NULL))
651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
652 if (!X509_set_subject_name(x,req->req_info->subject)) goto end;
    [all...]
req.c 817 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))
819 sk_X509_ATTRIBUTE_free(req->req_info->attributes);
820 req->req_info->attributes = NULL;
925 req->req_info->enc.modified = 1;
    [all...]
  /external/chromium_org/net/dns/
mock_host_resolver.cc 56 Request(const RequestInfo& req_info,
59 : info(req_info), addresses(addr), callback(cb) {}
  /external/chromium_org/net/socket_stream/
socket_stream.cc 976 HostResolver::RequestInfo req_info(HostPortPair::FromURL(url_));
981 s.reset(new SOCKS5ClientSocket(connection_.Pass(), req_info));
984 req_info,
    [all...]

Completed in 824 milliseconds

1 2