Searched refs:req_info (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509rset.c69 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));
H A Dx509_req.c83 ri=ret->req_info;
111 if ((req == NULL) || (req->req_info == NULL))
113 return(X509_PUBKEY_get(req->req_info->pubkey));
152 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
205 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
223 return X509at_get_attr_count(req->req_info->attributes);
229 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
235 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
240 return X509at_get_attr(req->req_info->attributes, loc);
245 return X509at_delete_attr(req->req_info
[all...]
H A Dx509_r2x.c83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
H A Dx_all.c77 a->sig_alg,a->signature,a->req_info,r));
101 x->signature, x->req_info,pkey,md));
H A Dx509.h218 X509_REQ_INFO *req_info; member in struct:X509_req_st
549 a->sig_alg,a->signature,(char *)a->req_info,r)
558 x->signature, (char *)x->req_info,pkey,md)
687 #define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
688 #define X509_REQ_get_subject_name(x) ((x)->req_info->subject)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509rset.c69 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));
H A Dx509_req.c83 ri=ret->req_info;
111 if ((req == NULL) || (req->req_info == NULL))
113 return(X509_PUBKEY_get(req->req_info->pubkey));
192 if ((req == NULL) || (req->req_info == NULL) || !ext_nids)
245 if (!req->req_info->attributes)
247 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
250 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
268 return X509at_get_attr_count(req->req_info->attributes);
274 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
280 return X509at_get_attr_by_OBJ(req->req_info
[all...]
H A Dx509_r2x.c83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
H A Dx_all.c83 a->sig_alg,a->signature,a->req_info,r));
107 x->signature, x->req_info,pkey,md));
H A Dx509.h237 X509_REQ_INFO *req_info; member in struct:X509_req_st
579 a->sig_alg,a->signature,(char *)a->req_info,r)
588 x->signature, (char *)x->req_info,pkey,md)
728 #define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
729 #define X509_REQ_get_subject_name(x) ((x)->req_info->subject)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_req.c106 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
H A Dt_req.c112 ri=x->req_info;
188 sk=x->req_info->attributes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dx_req.c106 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
H A Dt_req.c106 ri=x->req_info;
174 sk=x->req_info->attributes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c84 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
468 &received, radius_msg, req_info);
471 req_info);
478 if (radius_setparams(received, radius_msg, req_info, digest,
535 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, argument
647 if (radius_setmppekeys(vp, req_info, challeng
722 radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info, unsigned char *challenge) argument
776 radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_skey.c124 pk = ctx->subject_req->req_info->pubkey->public_key;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_skey.c124 pk = ctx->subject_req->req_info->pubkey->public_key;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c573 if ( (req->req_info == NULL) ||
574 (req->req_info->pubkey == NULL) ||
575 (req->req_info->pubkey->public_key == NULL) ||
576 (req->req_info->pubkey->public_key->data == NULL))
621 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
622 if (!X509_set_subject_name(x,req->req_info->subject)) goto end;
H A Dreq.c917 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))
919 sk_X509_ATTRIBUTE_free(req->req_info->attributes);
920 req->req_info->attributes = NULL;
1017 req->req_info->enc.modified = 1;
H A Dca.c1699 req->req_info->enc.modified = 1;
2284 ri=req->req_info;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dx509.c568 if ( (req->req_info == NULL) ||
569 (req->req_info->pubkey == NULL) ||
570 (req->req_info->pubkey->public_key == NULL) ||
571 (req->req_info->pubkey->public_key->data == NULL))
616 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
617 if (!X509_set_subject_name(x,req->req_info->subject)) goto end;
H A Dreq.c819 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))
821 sk_X509_ATTRIBUTE_free(req->req_info->attributes);
822 req->req_info->attributes = NULL;
919 req->req_info->enc.modified = 1;
H A Dca.c1661 req->req_info->enc.modified = 1;
2222 ri=req->req_info;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509.h218 X509_REQ_INFO *req_info; member in struct:X509_req_st
549 a->sig_alg,a->signature,(char *)a->req_info,r)
558 x->signature, (char *)x->req_info,pkey,md)
687 #define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
688 #define X509_REQ_get_subject_name(x) ((x)->req_info->subject)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h237 X509_REQ_INFO *req_info; member in struct:X509_req_st
579 a->sig_alg,a->signature,(char *)a->req_info,r)
588 x->signature, (char *)x->req_info,pkey,md)
728 #define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
729 #define X509_REQ_get_subject_name(x) ((x)->req_info->subject)

Completed in 225 milliseconds