Searched refs:search_attributes (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_mem.c110 STACK_OF(STORE_ATTR_INFO) *search_attributes;
132 OPENSSL_ITEM search_attributes[],
218 OPENSSL_ITEM search_attributes[],
265 if (context->search_attributes == NULL) {
266 context->search_attributes =
268 if (!context->search_attributes) {
273 sk_STORE_ATTR_INFO_push(context->search_attributes, attrs);
308 i < sk_STORE_ATTR_INFO_num(context->search_attributes); i++) {
310 = sk_STORE_ATTR_INFO_value(context->search_attributes, i);
323 sk_STORE_ATTR_INFO_value(context->search_attributes,
217 mem_modify(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h260 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
281 int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
300 int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
320 int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
334 int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
345 int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
386 OPENSSL_ITEM search_attributes[],
H A Dstr_lib.c298 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], argument
308 search_attributes, add_attributes,
504 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[], argument
514 search_attributes, add_attributes,
688 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[], argument
698 search_attributes, add_attributes,
890 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[], argument
900 search_attributes, add_attributes,
1015 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[], argument
1025 search_attributes, add_attribute
1100 STORE_modify_arbitrary(STORE *s, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_mem.c98 STACK *search_attributes; /* Sets of attributes to search for. member in struct:mem_ctx_st
115 OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[],
195 OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[],
240 if (context->search_attributes == NULL)
242 context->search_attributes =
244 if (!context->search_attributes)
251 sk_push(context->search_attributes,(char *)attrs);
287 for (i = 0; i < sk_num(context->search_attributes); i++)
290 (STORE_ATTR_INFO *)sk_value(context->search_attributes, i);
304 (STORE_ATTR_INFO *)sk_value(context->search_attributes,
194 mem_modify(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h234 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
252 int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
268 int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
286 int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
298 int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
307 int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
330 typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
H A Dstr_lib.c317 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], argument
325 search_attributes, add_attributes, modify_attributes,
534 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[], argument
542 search_attributes, add_attributes, modify_attributes,
729 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[], argument
737 search_attributes, add_attributes, modify_attributes,
943 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[], argument
951 search_attributes, add_attributes, modify_attributes,
1081 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[], argument
1089 search_attributes, add_attribute
1171 STORE_modify_arbitrary(STORE *s, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_mem.c110 STACK_OF(STORE_ATTR_INFO) *search_attributes;
132 OPENSSL_ITEM search_attributes[],
218 OPENSSL_ITEM search_attributes[],
265 if (context->search_attributes == NULL) {
266 context->search_attributes =
268 if (!context->search_attributes) {
273 sk_STORE_ATTR_INFO_push(context->search_attributes, attrs);
308 i < sk_STORE_ATTR_INFO_num(context->search_attributes); i++) {
310 = sk_STORE_ATTR_INFO_value(context->search_attributes, i);
323 sk_STORE_ATTR_INFO_value(context->search_attributes,
217 mem_modify(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h260 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
281 int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
300 int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
320 int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
334 int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
345 int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
386 OPENSSL_ITEM search_attributes[],
H A Dstr_lib.c298 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], argument
308 search_attributes, add_attributes,
504 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[], argument
514 search_attributes, add_attributes,
688 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[], argument
698 search_attributes, add_attributes,
890 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[], argument
900 search_attributes, add_attributes,
1015 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[], argument
1025 search_attributes, add_attribute
1100 STORE_modify_arbitrary(STORE *s, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h234 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
252 int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
268 int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
286 int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
298 int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
307 int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
330 typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);

Completed in 79 milliseconds