Searched refs:search_attributes (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/store/ |
D | str_mem.c | 100 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[], in mem_modify() argument 245 if (context->search_attributes == NULL) in mem_list_start() 247 context->search_attributes = in mem_list_start() 249 if (!context->search_attributes) in mem_list_start() 256 sk_STORE_ATTR_INFO_push(context->search_attributes,attrs); in mem_list_start() 293 i < sk_STORE_ATTR_INFO_num(context->search_attributes); in mem_list_next() 297 = sk_STORE_ATTR_INFO_value(context->search_attributes, in mem_list_next() 312 sk_STORE_ATTR_INFO_value(context->search_attributes, in mem_list_next() [all …]
|
D | store.h | 240 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 …IFY_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM search_attributes[], OPENSSL_I…
|
D | str_lib.c | 317 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_certificate() argument 325 search_attributes, add_attributes, modify_attributes, in STORE_modify_certificate() 534 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_private_key() argument 542 search_attributes, add_attributes, modify_attributes, in STORE_modify_private_key() 729 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_public_key() argument 737 search_attributes, add_attributes, modify_attributes, in STORE_modify_public_key() 943 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_crl() argument 951 search_attributes, add_attributes, modify_attributes, in STORE_modify_crl() 1081 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_number() argument 1089 search_attributes, add_attributes, modify_attributes, in STORE_modify_number() [all …]
|