/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
D | x509_req.c | 84 ri=ret->req_info; in X509_to_X509_REQ() 112 if ((req == NULL) || (req->req_info == NULL)) in X509_REQ_get_pubkey() 114 return(X509_PUBKEY_get(req->req_info->pubkey)); in X509_REQ_get_pubkey() 193 if ((req == NULL) || (req->req_info == NULL) || !ext_nids) in STACK_OF() 238 if (!req->req_info->attributes) in X509_REQ_add_extensions_nid() 240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null())) in X509_REQ_add_extensions_nid() 243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err; in X509_REQ_add_extensions_nid() 260 return X509at_get_attr_count(req->req_info->attributes); in X509_REQ_get_attr_count() 266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos); in X509_REQ_get_attr_by_NID() 272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos); in X509_REQ_get_attr_by_OBJ() [all …]
|
D | x509rset.c | 69 return(ASN1_INTEGER_set(x->req_info->version,version)); in X509_REQ_set_version() 74 if ((x == NULL) || (x->req_info == NULL)) return(0); in X509_REQ_set_subject_name() 75 return(X509_NAME_set(&x->req_info->subject,name)); in X509_REQ_set_subject_name() 80 if ((x == NULL) || (x->req_info == NULL)) return(0); in X509_REQ_set_pubkey() 81 return(X509_PUBKEY_set(&x->req_info->pubkey,pkey)); in X509_REQ_set_pubkey()
|
D | x509_r2x.c | 83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0) in X509_REQ_to_X509()
|
D | x_all.c | 82 a->sig_alg,a->signature,a->req_info,r)); in X509_REQ_verify() 108 x->signature, x->req_info,pkey,md)); in X509_REQ_sign() 114 x->sig_alg, NULL, x->signature, x->req_info, ctx); in X509_REQ_sign_ctx()
|
/external/openssl/crypto/x509/ |
D | x509_req.c | 84 ri=ret->req_info; in X509_to_X509_REQ() 112 if ((req == NULL) || (req->req_info == NULL)) in X509_REQ_get_pubkey() 114 return(X509_PUBKEY_get(req->req_info->pubkey)); in X509_REQ_get_pubkey() 193 if ((req == NULL) || (req->req_info == NULL) || !ext_nids) in STACK_OF() 238 if (!req->req_info->attributes) in X509_REQ_add_extensions_nid() 240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null())) in X509_REQ_add_extensions_nid() 243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err; in X509_REQ_add_extensions_nid() 260 return X509at_get_attr_count(req->req_info->attributes); in X509_REQ_get_attr_count() 266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos); in X509_REQ_get_attr_by_NID() 272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos); in X509_REQ_get_attr_by_OBJ() [all …]
|
D | x509rset.c | 69 return(ASN1_INTEGER_set(x->req_info->version,version)); in X509_REQ_set_version() 74 if ((x == NULL) || (x->req_info == NULL)) return(0); in X509_REQ_set_subject_name() 75 return(X509_NAME_set(&x->req_info->subject,name)); in X509_REQ_set_subject_name() 80 if ((x == NULL) || (x->req_info == NULL)) return(0); in X509_REQ_set_pubkey() 81 return(X509_PUBKEY_set(&x->req_info->pubkey,pkey)); in X509_REQ_set_pubkey()
|
D | x509_r2x.c | 83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0) in X509_REQ_to_X509()
|
D | x_all.c | 82 a->sig_alg,a->signature,a->req_info,r)); in X509_REQ_verify() 108 x->signature, x->req_info,pkey,md)); in X509_REQ_sign() 114 x->sig_alg, NULL, x->signature, x->req_info, ctx); in X509_REQ_sign_ctx()
|
/external/ppp/pppd/plugins/radius/ |
D | 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; in radius_chap_verify() local 347 REQUEST_INFO *req_info = NULL; in radius_chap_verify() local 477 &received, radius_msg, req_info); in radius_chap_verify() 480 req_info); in radius_chap_verify() 485 if (radius_setparams(received, radius_msg, req_info, digest, in radius_chap_verify() 542 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, in radius_setparams() argument 654 if (radius_setmppekeys(vp, req_info, challenge) < 0) { in radius_setparams() [all …]
|
/external/chromium/net/socket/ |
D | socks_client_socket.h | 37 const HostResolver::RequestInfo& req_info, 42 const HostResolver::RequestInfo& req_info,
|
D | socks5_client_socket.h | 42 const HostResolver::RequestInfo& req_info); 46 const HostResolver::RequestInfo& req_info);
|
D | socks_client_socket.cc | 58 const HostResolver::RequestInfo& req_info, in SOCKSClientSocket() argument 69 host_request_info_(req_info), in SOCKSClientSocket() 74 const HostResolver::RequestInfo& req_info, in SOCKSClientSocket() argument 85 host_request_info_(req_info), in SOCKSClientSocket()
|
D | socks5_client_socket.cc | 32 const HostResolver::RequestInfo& req_info) in SOCKS5ClientSocket() argument 42 host_request_info_(req_info), in SOCKS5ClientSocket() 48 const HostResolver::RequestInfo& req_info) in SOCKS5ClientSocket() argument 58 host_request_info_(req_info), in SOCKS5ClientSocket()
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | t_req.c | 112 ri=x->req_info; in X509_REQ_print_ex() 164 sk=x->req_info->attributes; in X509_REQ_print_ex()
|
D | x_req.c | 107 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
|
/external/openssl/crypto/asn1/ |
D | t_req.c | 112 ri=x->req_info; in X509_REQ_print_ex() 164 sk=x->req_info->attributes; in X509_REQ_print_ex()
|
D | x_req.c | 107 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | x509.c | 604 if ( (req->req_info == NULL) || in MAIN() 605 (req->req_info->pubkey == NULL) || in MAIN() 606 (req->req_info->pubkey->public_key == NULL) || in MAIN() 607 (req->req_info->pubkey->public_key->data == NULL)) in MAIN() 651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end; in MAIN() 652 if (!X509_set_subject_name(x,req->req_info->subject)) goto end; in MAIN()
|
/external/openssl/apps/ |
D | x509.c | 604 if ( (req->req_info == NULL) || in MAIN() 605 (req->req_info->pubkey == NULL) || in MAIN() 606 (req->req_info->pubkey->public_key == NULL) || in MAIN() 607 (req->req_info->pubkey->public_key->data == NULL)) in MAIN() 651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end; in MAIN() 652 if (!X509_set_subject_name(x,req->req_info->subject)) goto end; in MAIN()
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
D | v3_skey.c | 124 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
|
/external/openssl/crypto/x509v3/ |
D | v3_skey.c | 124 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
|
/external/chromium_org/net/socket/ |
D | socks_client_socket.cc | 60 const HostResolver::RequestInfo& req_info, in SOCKSClientSocket() argument 69 host_request_info_(req_info), in SOCKSClientSocket()
|
D | socks5_client_socket.h | 38 const HostResolver::RequestInfo& req_info);
|
D | socks_client_socket.h | 33 const HostResolver::RequestInfo& req_info,
|
D | socks5_client_socket.cc | 32 const HostResolver::RequestInfo& req_info) in SOCKS5ClientSocket() argument 41 host_request_info_(req_info), in SOCKS5ClientSocket()
|