Searched refs:reject (Results 1 - 19 of 19) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dt_x509a.c86 if(aux->reject) {
90 for(i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
94 sk_ASN1_OBJECT_value(aux->reject, i), 0);
H A Dx_x509a.c76 ASN1_IMP_SEQUENCE_OF_OPT(X509_CERT_AUX, reject, ASN1_OBJECT, 0),
154 if(!aux->reject
155 && !(aux->reject = sk_ASN1_OBJECT_new_null())) return 0;
156 return sk_ASN1_OBJECT_push(aux->reject, objtmp);
169 if(x->aux && x->aux->reject) {
170 sk_ASN1_OBJECT_pop_free(x->aux->reject, ASN1_OBJECT_free);
171 x->aux->reject = NULL;
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_trs.c246 if(x->aux && (x->aux->trust || x->aux->reject))
274 if(ax->reject) {
275 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
276 obj = sk_ASN1_OBJECT_value(ax->reject, i);
H A Dx509.h273 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ member in struct:x509_cert_aux_st
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Diw_cm.h127 int (*reject)(struct iw_cm_id *cm_id, member in struct:iw_cm_verbs
212 * reject message.
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dx509.c128 " -addreject arg - reject certificate for a given purpose\n",
180 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
358 "Invalid reject object value %s\n", *argv);
361 if (!reject) reject = sk_ASN1_OBJECT_new_null();
362 sk_ASN1_OBJECT_push(reject, objtmp);
705 if (reject)
707 for (i = 0; i < sk_ASN1_OBJECT_num(reject); i++)
709 objtmp = sk_ASN1_OBJECT_value(reject, i);
1087 sk_ASN1_OBJECT_pop_free(reject, ASN1_OBJECT_fre
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Diwcm.c83 * to the provider to reject the connection request.
86 * then IWCM will call the provider reject method. This is ok since
365 * In either case, must tell the provider to reject.
369 cm_id->device->iwcm->reject(cm_id, NULL, 0);
471 ret = cm_id->device->iwcm->reject(cm_id, private_data,
H A Dcma.c941 goto reject;
945 goto reject;
949 goto reject;
952 reject:
2802 goto reject;
2805 reject:
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Drepairtut.tex718 Opt3=Opt2, J1 is J0-1 % reject
779 Opt2=Opt1 % reject
782 Opt2=Opt1 % reject
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure654 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex141 {\eclipse} will reject some otherwise valid constructs as ambiguous,
/barrelfish-master/usr/eclipseclp/documents/search/
H A Dsearch.tex1234 Opt3=Opt2 % reject (move undone)
1314 Opt3=Opt2, J1 is J0-1 % reject
1366 Opt2=Opt1 % reject
1369 Opt2=Opt1 % reject
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dyoyo3.pl341 to correct/reject them.
680 get_answer('Next similar entry (N) / reject entry (R) : ',Answer,24,5),
H A Dcheck_entry.pl351 to correct/reject them.
775 get_answer('Next similar entry (N) / reject entry (R) : ',Answer,23,5),
/barrelfish-master/include/openssl/
H A Dx509.h273 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ member in struct:x509_cert_aux_st
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembremote.tex245 side will reject the particular connection. At this point, the security has
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex944 The cuts (!) \index{cut}in the program clauses are very important, as they remove the possibility that a selected element is not included in the filtered list. If we remove the cuts, then the {\it filter} predicate has an exponential number of ``solutions''. Only the first solution will be correct, on backtracking we will decide to reject elements which satisfy the test criterion and we will explore all combinations until we reach the empty list as the last ``solution''.
1795 If the constraint still accepts the solution, then we can assume that it simply does not exclude this solution. We will have to reconsider the declarative definition of the constraint to reject this wrong answer.
/barrelfish-master/usr/eclipseclp/
H A Dconfigure5221 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
/barrelfish-master/lib/tommath/
H A Dtommath.tex5019 In order to keep the algorithms in a known state the first step on line 29 is to reject any negative modulus as input. If the exponent is

Completed in 187 milliseconds