HomeSort by relevance Sort by last modified time
    Searched refs:OPENSSL_ITEM (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/store/
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[]
    [all...]
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[]
    [all...]
str_lib.c 254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[],
255 OPENSSL_ITEM parameters[])
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[],
281 OPENSSL_ITEM parameters[])
317 int STORE_modify_certificate(STORE *s, OPENSSL_ITEM search_attributes[],
318 OPENSSL_ITEM add_attributes[], OPENSSL_ITEM modify_attributes[],
319 OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[])
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[]
    [all...]
  /external/openssl/crypto/
crypto.h 177 } OPENSSL_ITEM;
  /external/openssl/include/openssl/
crypto.h 177 } OPENSSL_ITEM;

Completed in 198 milliseconds