Searched refs:OPENSSL_ITEM (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/store/ |
D | store.h | 236 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[], 237 OPENSSL_ITEM parameters[]); 238 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[], 239 OPENSSL_ITEM parameters[]); 240 int STORE_modify_certificate(STORE *e, OPENSSL_ITEM search_attributes[], 241 OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], 242 OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]); 243 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[], 244 OPENSSL_ITEM parameters[]); 245 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[], [all …]
|
D | str_mem.c | 113 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]); 115 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]); 117 STORE_OBJECT *data, OPENSSL_ITEM attributes[], 118 OPENSSL_ITEM parameters[]); 120 OPENSSL_ITEM search_attributes[], OPENSSL_ITEM add_attributes[], 121 OPENSSL_ITEM modify_attributes[], OPENSSL_ITEM delete_attributes[], 122 OPENSSL_ITEM parameters[]); 124 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]); 126 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]); 130 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[], [all …]
|
D | str_lib.c | 254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_certificate() 255 OPENSSL_ITEM parameters[]) in STORE_get_certificate() 280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], in STORE_store_certificate() 281 OPENSSL_ITEM parameters[]) in STORE_store_certificate() 317 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[], in STORE_modify_certificate() 318 OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[], in STORE_modify_certificate() 319 OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]) in STORE_modify_certificate() 335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_certificate() 336 OPENSSL_ITEM parameters[]) in STORE_revoke_certificate() 351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_certificate() [all …]
|
/external/openssl/include/openssl/ |
D | crypto.h | 177 } OPENSSL_ITEM; typedef
|
/external/openssl/crypto/ |
D | crypto.h | 177 } OPENSSL_ITEM; typedef
|