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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Ddialog.h92 #define screen_attr attributes[0]
93 #define shadow_attr attributes[1]
94 #define dialog_attr attributes[2]
95 #define title_attr attributes[3]
96 #define border_attr attributes[4]
97 #define button_active_attr attributes[5]
98 #define button_inactive_attr attributes[6]
99 #define button_key_active_attr attributes[7]
100 #define button_key_inactive_attr attributes[8]
101 #define button_label_active_attr attributes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Ddialog.h92 #define screen_attr attributes[0]
93 #define shadow_attr attributes[1]
94 #define dialog_attr attributes[2]
95 #define title_attr attributes[3]
96 #define border_attr attributes[4]
97 #define button_active_attr attributes[5]
98 #define button_inactive_attr attributes[6]
99 #define button_key_active_attr attributes[7]
100 #define button_key_inactive_attr attributes[8]
101 #define button_label_active_attr attributes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_req.c67 * encode the attributes field if it is empty. This is in
69 * this by making the attributes field OPTIONAL then using
76 * the information is now contained in the attributes field:
79 * 3. If it is not empty then some attributes are present.
89 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
90 if (!rinf->attributes)
103 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_req.c66 * encode the attributes field if it is empty. This is in
68 * this by making the attributes field OPTIONAL then using
75 * the information is now contained in the attributes field:
78 * 3. If it is not empty then some attributes are present.
87 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
88 if(!rinf->attributes) return 0;
100 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_req.c67 * encode the attributes field if it is empty. This is in
69 * this by making the attributes field OPTIONAL then using
76 * the information is now contained in the attributes field:
79 * 3. If it is not empty then some attributes are present.
89 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
90 if (!rinf->attributes)
103 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_mem.c75 * attributes associated with the object (basically, the difference between
95 * be used to add attributes
107 * attributes to search for. Each
112 * which of the search attributes we
124 OPENSSL_ITEM attributes[],
127 OPENSSL_ITEM attributes[],
130 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
138 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
140 OPENSSL_ITEM attributes[],
145 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
186 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
194 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
209 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
228 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
243 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
368 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
374 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h193 * Store functions take attribute lists. Those attributes come with codes.
256 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
258 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
265 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
267 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
269 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
274 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
276 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
279 OPENSSL_ITEM attributes[],
286 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c238 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
248 attributes, parameters);
264 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
286 object, attributes, parameters);
318 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
325 attributes, parameters)) {
333 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
340 attributes, parameters)) {
348 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameter
417 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
441 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
465 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
524 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
543 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
558 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
625 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
649 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
708 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
727 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
742 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
809 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
833 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
857 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
909 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
923 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
986 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1035 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1056 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1070 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1120 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1142 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1450 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1452 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_mem.c73 from the range of attributes associated with the object (basically,
91 be used to add attributes
98 STACK *search_attributes; /* Sets of attributes to search for.
100 int search_index; /* which of the search attributes we found a match
108 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
110 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
112 STORE_OBJECT *data, OPENSSL_ITEM attributes[],
119 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
121 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
125 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
167 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
173 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
187 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
202 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
216 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
344 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
349 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h166 /* Store functions take attribute lists. Those attributes come with codes.
230 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
232 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
237 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
239 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
241 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
246 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
248 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
251 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
255 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameter
438 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
464 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
490 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
552 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
572 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
588 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
659 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
685 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
747 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
767 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
783 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
854 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
880 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
906 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
961 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
977 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1048 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1099 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1122 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1138 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1189 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1212 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1539 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_mem.c75 * attributes associated with the object (basically, the difference between
95 * be used to add attributes
107 * attributes to search for. Each
112 * which of the search attributes we
124 OPENSSL_ITEM attributes[],
127 OPENSSL_ITEM attributes[],
130 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
138 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
140 OPENSSL_ITEM attributes[],
145 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
186 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
194 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
209 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
228 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
243 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
368 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
374 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h193 * Store functions take attribute lists. Those attributes come with codes.
256 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
258 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
265 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
267 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
269 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
274 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
276 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
279 OPENSSL_ITEM attributes[],
286 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c238 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
248 attributes, parameters);
264 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
286 object, attributes, parameters);
318 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
325 attributes, parameters)) {
333 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
340 attributes, parameters)) {
348 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameter
417 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
441 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
465 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
524 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
543 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
558 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
625 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
649 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
708 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
727 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
742 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
809 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
833 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
857 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
909 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
923 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
986 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1035 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1056 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1070 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1120 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1142 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1450 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1452 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_pkey.c173 return X509at_get_attr_count(key->attributes);
178 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
184 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
189 return X509at_get_attr(key->attributes, loc);
194 return X509at_delete_attr(key->attributes, loc);
199 if (X509at_add1_attr(&key->attributes, attr))
208 if (X509at_add1_attr_by_OBJ(&key->attributes, obj, type, bytes, len))
217 if (X509at_add1_attr_by_NID(&key->attributes, nid, type, bytes, len))
226 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_pkey.c173 return X509at_get_attr_count(key->attributes);
178 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
184 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
189 return X509at_get_attr(key->attributes, loc);
194 return X509at_delete_attr(key->attributes, loc);
199 if (X509at_add1_attr(&key->attributes, attr))
208 if (X509at_add1_attr_by_OBJ(&key->attributes, obj, type, bytes, len))
217 if (X509at_add1_attr_by_NID(&key->attributes, nid, type, bytes, len))
226 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h166 /* Store functions take attribute lists. Those attributes come with codes.
230 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
232 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
237 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
239 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
241 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
246 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
248 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
251 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
255 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dldap.c107 char *attributes[],
175 searchbase, filter, attributes[0]);
178 ldaperr = ldap_search_st(ld, searchbase, scope, filter, attributes, 0, &timeout, &msg);
202 attribute_values = ldap_get_values(ld, entry, attributes[0]);
210 attributes[0], attribute_values[0]);
269 char *attributes[] = { ldap_uuid_attr, NULL}; local
287 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, uuid_string);
289 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, uuid_string);
311 char *attributes[] = { NULL, NULL}; local
323 attributes[
105 ldap_getattr_fromfilter_withbase_scope( const char *searchbase, const char *filter, char *attributes[], int scope, ldapcon_t conflags, char **result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_req.c246 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))
269 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->attributes, obj, lastpos);
285 return X509at_get_attr(req->req_info->attributes, loc);
290 return X509at_delete_attr(req->req_info->attributes, loc);
295 if (X509at_add1_attr(&req->req_info->attributes, attr))
304 if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c245 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->attributes, obj, lastpos);
285 return X509at_get_attr(req->req_info->attributes, loc);
290 return X509at_delete_attr(req->req_info->attributes, loc);
295 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
303 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c246 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))
269 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->attributes, obj, lastpos);
285 return X509at_get_attr(req->req_info->attributes, loc);
290 return X509at_delete_attr(req->req_info->attributes, loc);
295 if (X509at_add1_attr(&req->req_info->attributes, attr))
304 if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dwin_gtk.c382 GdkWindowAttr attributes; local
394 attributes.window_type = GDK_WINDOW_CHILD;
396 attributes.x = widget->allocation.x;
397 attributes.y = widget->allocation.y;
398 attributes.width = widget->allocation.width;
399 attributes.height = widget->allocation.height;
402 attributes.x += border;
403 attributes.y += border;
404 attributes.width -= 2 * border;
405 attributes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsrchctrl.cpp84 OptionBits attributes = 0; local
88 attributes = kHISearchFieldAttributesSearchIcon;
94 attributes,
126 OptionBits attributes = 0; local
127 verify_noerr( HISearchFieldGetAttributes( m_controlRef, &attributes ) );
128 return ( attributes & kHISearchFieldAttributesSearchIcon ) != 0;
151 OptionBits attributes = 0; local
152 verify_noerr( HISearchFieldGetAttributes( m_controlRef, &attributes ) );
153 return ( attributes & kHISearchFieldAttributesCancel ) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextliststyledefinition.tex5 The class inherits paragraph attributes from wxRichTextStyleParagraphDefinition, and adds 10 further attribute objects, one for each level of a list.
6 When applying a list style to a paragraph, the list style's base and appropriate level attributes are merged with the
7 paragraph's existing attributes.
42 This function combines the given paragraph style with the list style's base attributes and level style matching the given indent, returning the combined attributes.
55 This function combines the list style's base attributes and the level style matching the given indent, returning the combined attributes.
62 This function combines the list style's base attributes and the style for the specified level, returning the combined attributes.
83 Returns \true if the given level has numbered list attributes
[all...]
H A Drichtextstyledefinition.tex53 Returns the attributes associated with this style.
59 Returns the style attributes combined with the attributes of the specified base style, if any. This function works recursively.
83 Sets the attributes for this style.

Completed in 278 milliseconds

1234567891011>>