Searched refs:search_attributes (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssl/crypto/store/ |
| HD | str_mem.c | 110 STACK_OF(STORE_ATTR_INFO) *search_attributes; 132 OPENSSL_ITEM search_attributes[], 218 OPENSSL_ITEM search_attributes[], in mem_modify() argument 265 if (context->search_attributes == NULL) { in mem_list_start() 266 context->search_attributes = in mem_list_start() 268 if (!context->search_attributes) { in mem_list_start() 273 sk_STORE_ATTR_INFO_push(context->search_attributes, attrs); in mem_list_start() 308 i < sk_STORE_ATTR_INFO_num(context->search_attributes); i++) { in mem_list_next() 310 = sk_STORE_ATTR_INFO_value(context->search_attributes, i); in mem_list_next() 323 sk_STORE_ATTR_INFO_value(context->search_attributes, in mem_list_next() [all …]
|
| HD | store.h | 260 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[],
|
| HD | str_lib.c | 298 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_certificate() argument 308 search_attributes, add_attributes, in STORE_modify_certificate() 504 int STORE_modify_private_key(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_private_key() argument 514 search_attributes, add_attributes, in STORE_modify_private_key() 688 int STORE_modify_public_key(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_public_key() argument 698 search_attributes, add_attributes, in STORE_modify_public_key() 890 int STORE_modify_crl(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_crl() argument 900 search_attributes, add_attributes, in STORE_modify_crl() 1015 int STORE_modify_number(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_number() argument 1025 search_attributes, add_attributes, in STORE_modify_number() [all …]
|