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

/external/openssl/crypto/store/
H A Dstr_mem.c100 STACK_OF(STORE_ATTR_INFO) *search_attributes; /* Sets of
120 OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[],
200 OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[],
245 if (context->search_attributes == NULL)
247 context->search_attributes =
249 if (!context->search_attributes)
256 sk_STORE_ATTR_INFO_push(context->search_attributes,attrs);
293 i < sk_STORE_ATTR_INFO_num(context->search_attributes);
297 = sk_STORE_ATTR_INFO_value(context->search_attributes,
312 sk_STORE_ATTR_INFO_value(context->search_attributes,
199 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.h240 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[],
258 int STORE_modify_private_key(STORE *e, OPENSSL_ITEM search_attributes[],
274 int STORE_modify_public_key(STORE *e, OPENSSL_ITEM search_attributes[],
292 int STORE_modify_crl(STORE *e, OPENSSL_ITEM search_attributes[],
304 int STORE_modify_number(STORE *e, OPENSSL_ITEM search_attributes[],
313 int STORE_modify_arbitrary(STORE *e, OPENSSL_ITEM search_attributes[],
336 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...]

Completed in 78 milliseconds