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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_rid.c41 static trust_dom_array trust; variable
57 trust.number = 0;
66 fstrcpy(trust.dom[0].name, domain_names[0]);
67 fstrcpy(trust.dom[0].sid, sid_str);
68 trust.dom[0].min_id = u_low;
69 trust.dom[0].max_id = u_high;
70 trust.number = 1;
73 trust.dom[0].name, trust.dom[0].sid, trust
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_trs.c68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
75 /* WARNING: the following table should be kept in order of trust
76 * and without any gaps so we can just subtract the minimum trust
99 return (*a)->trust - (*b)->trust;
102 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
106 default_trust = trust;
141 tmp.trust
148 X509_TRUST_set(int *t, int trust) argument
243 trust_1oidany(X509_TRUST *trust, X509 *x, int flags) argument
253 trust_1oid(X509_TRUST *trust, X509 *x, int flags) argument
259 trust_compat(X509_TRUST *trust, X509 *x, int flags) argument
[all...]
H A Dx509_vfy.c210 * so we get any trust settings.
288 /* The chain extensions are OK: check trust */
290 if (ctx->trust > 0) ok = check_trust(ctx);
494 ok = X509_check_trust(x, ctx->trust, 0);
1072 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) argument
1074 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
1077 /* This function is used to set the X509_STORE_CTX purpose and trust
1079 * own trust and purpose values which (if set) will be inherited by
1081 * purpose in mind which should then be used to set the trust value.
1083 * purpose and trust setting
1087 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
[all...]
H A Dx509_vfy.h176 int trust; member in struct:x509_store_st
221 int trust; /* trust setting to check */ member in struct:x509_store_ctx_st
340 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
405 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
407 int purpose, int trust);
H A Dx509_lu.c191 ret->trust = 0;
551 int X509_STORE_set_trust(X509_STORE *ctx, int trust) argument
553 return X509_TRUST_set(&ctx->trust, trust);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_trs.c68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
75 /* WARNING: the following table should be kept in order of trust
76 * and without any gaps so we can just subtract the minimum trust
99 return (*a)->trust - (*b)->trust;
102 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
106 default_trust = trust;
141 tmp.trust
148 X509_TRUST_set(int *t, int trust) argument
243 trust_1oidany(X509_TRUST *trust, X509 *x, int flags) argument
253 trust_1oid(X509_TRUST *trust, X509 *x, int flags) argument
259 trust_compat(X509_TRUST *trust, X509 *x, int flags) argument
[all...]
H A Dx509_vpm.c76 param->trust = 0;
172 x509_verify_param_copy(trust, 0);
239 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) argument
241 return X509_TRUST_set(&param->trust, trust);
322 0, /* trust */
332 X509_TRUST_EMAIL, /* trust */
342 X509_TRUST_SSL_CLIENT, /* trust */
352 X509_TRUST_SSL_SERVER, /* trust */
H A Dx509_vfy.c213 * so we get any trust settings.
292 /* The chain extensions are OK: check trust */
294 if (param->trust > 0) ok = check_trust(ctx);
547 ok = X509_check_trust(x, ctx->param->trust, 0);
1263 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) argument
1265 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
1268 /* This function is used to set the X509_STORE_CTX purpose and trust
1270 * own trust and purpose values which (if set) will be inherited by
1272 * purpose in mind which should then be used to set the trust value.
1274 * purpose and trust setting
1278 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
[all...]
H A Dx509_vfy.h171 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
389 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
456 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
458 int purpose, int trust);
486 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
H A Dx509_lu.c556 int X509_STORE_set_trust(X509_STORE *ctx, int trust) argument
558 return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dx_x509a.c75 ASN1_SEQUENCE_OF_OPT(X509_CERT_AUX, trust, ASN1_OBJECT),
120 if(!aux->trust
121 && !(aux->trust = sk_ASN1_OBJECT_new_null())) return 0;
122 return sk_ASN1_OBJECT_push(aux->trust, objtmp);
138 if(x->aux && x->aux->trust) {
139 sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free);
140 x->aux->trust = NULL;
H A Dt_x509a.c73 if(aux->trust) {
77 for(i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
81 sk_ASN1_OBJECT_value(aux->trust, i), 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_x509a.c73 if(aux->trust) {
77 for(i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
81 sk_ASN1_OBJECT_value(aux->trust, i), 0);
H A Dx_x509a.c75 ASN1_SEQUENCE_OF_OPT(X509_CERT_AUX, trust, ASN1_OBJECT),
143 if(!aux->trust
144 && !(aux->trust = sk_ASN1_OBJECT_new_null())) return 0;
145 return sk_ASN1_OBJECT_push(aux->trust, objtmp);
161 if(x->aux && x->aux->trust) {
162 sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free);
163 x->aux->trust = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_ds.c156 static BOOL ds_io_domain_trusts( const char *desc, prs_struct *ps, int depth, DS_DOMAIN_TRUSTS *trust) argument
161 if ( !prs_uint32( "netbios_ptr", ps, depth, &trust->netbios_ptr ) )
164 if ( !prs_uint32( "dns_ptr", ps, depth, &trust->dns_ptr ) )
167 if ( !prs_uint32( "flags", ps, depth, &trust->flags ) )
170 if ( !prs_uint32( "parent_index", ps, depth, &trust->parent_index ) )
173 if ( !prs_uint32( "trust_type", ps, depth, &trust->trust_type ) )
176 if ( !prs_uint32( "trust_attributes", ps, depth, &trust->trust_attributes ) )
179 if ( !prs_uint32( "sid_ptr", ps, depth, &trust->sid_ptr ) )
182 if ( !smb_io_uuid("guid", &trust->guid, ps, depth) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/radio/
H A DMakefile21 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509_vfy.h176 int trust; member in struct:x509_store_st
221 int trust; /* trust setting to check */ member in struct:x509_store_ctx_st
340 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
405 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
407 int purpose, int trust);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h171 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
389 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
456 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
458 int purpose, int trust);
486 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dnand_init.S6 ## due to a bug/feature we can only trust the 256 first bytes. So this
21 ## can't trust more than the first 256 bytes.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c120 " -addtrust arg - trust certificate for a given purpose\n",
173 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
334 "Invalid trust object value %s\n", *argv);
337 if (!trust) trust = sk_ASN1_OBJECT_new_null();
338 sk_ASN1_OBJECT_push(trust, objtmp);
677 if (trust)
679 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++)
681 objtmp = sk_ASN1_OBJECT_value(trust, i);
1073 sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_fre
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dx509.c112 " -addtrust arg - trust certificate for a given purpose\n",
165 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
332 "Invalid trust object value %s\n", *argv);
335 if (!trust) trust = sk_ASN1_OBJECT_new_null();
336 sk_ASN1_OBJECT_push(trust, objtmp);
672 if (trust)
674 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++)
676 objtmp = sk_ASN1_OBJECT_value(trust, i);
1052 sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_fre
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_purp.c170 int X509_PURPOSE_add(int id, int trust, int flags, argument
178 /* This will always be set for application modified trust entries */
209 ptmp->trust = trust;
265 return xp->trust;
H A Dx509v3.h362 int trust; /* Default trust ID */ member in struct:x509_purpose_st
539 int X509_PURPOSE_add(int id, int trust, int flags,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_purp.c170 int X509_PURPOSE_add(int id, int trust, int flags, argument
178 /* This will always be set for application modified trust entries */
209 ptmp->trust = trust;
265 return xp->trust;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_lib.c282 s->trust = ctx->trust;
404 int SSL_CTX_set_trust(SSL_CTX *s, int trust) argument
406 return X509_TRUST_set(&s->trust, trust);
409 int SSL_set_trust(SSL *s, int trust) argument
411 return X509_TRUST_set(&s->trust, trust);
1978 ret->trust=s->trust;
[all...]

Completed in 199 milliseconds

12