HomeSort by relevance Sort by last modified time
    Searched refs:req_info (Results 1 - 25 of 37) 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));
108 x->signature, x->req_info,pkey,md));
114 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/chromium/net/socket/
socks5_client_socket.h 35 // |req_info| contains the hostname and port to which the socket above will
42 const HostResolver::RequestInfo& req_info);
46 const HostResolver::RequestInfo& req_info);
socks_client_socket.h 34 // |req_info| contains the hostname and port to which the socket above will
37 const HostResolver::RequestInfo& req_info,
42 const HostResolver::RequestInfo& req_info,
socks_client_socket.cc 58 const HostResolver::RequestInfo& req_info,
69 host_request_info_(req_info),
74 const HostResolver::RequestInfo& req_info,
85 host_request_info_(req_info),
socks5_client_socket.cc 32 const HostResolver::RequestInfo& req_info)
42 host_request_info_(req_info),
48 const HostResolver::RequestInfo& req_info)
58 host_request_info_(req_info),
  /external/chromium_org/net/socket/
socks5_client_socket.h 34 // |req_info| contains the hostname and port to which the socket above will
41 const HostResolver::RequestInfo& req_info);
45 const HostResolver::RequestInfo& req_info);
socks_client_socket.h 33 // |req_info| contains the hostname and port to which the socket above will
36 const HostResolver::RequestInfo& req_info,
41 const HostResolver::RequestInfo& req_info,
socks_client_socket.cc 59 const HostResolver::RequestInfo& req_info,
67 host_request_info_(req_info),
72 const HostResolver::RequestInfo& req_info,
80 host_request_info_(req_info),
socks5_client_socket.cc 32 const HostResolver::RequestInfo& req_info)
41 host_request_info_(req_info),
47 const HostResolver::RequestInfo& req_info)
56 host_request_info_(req_info),
  /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/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...]
  /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...]

Completed in 229 milliseconds

1 2