Searched refs:STORE_OBJECT_TYPES (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_mem.c123 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
126 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
129 static int mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data,
131 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
137 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
139 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
186 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
194 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
209 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
217 static int mem_modify(STORE *s, STORE_OBJECT_TYPES typ
[all...]
H A Dstore.h168 } STORE_OBJECT_TYPES; typedef in typeref:enum:STORE_object_types
236 STORE_OBJECT_TYPES type;
363 STORE_OBJECT_TYPES
370 STORE_OBJECT_TYPES type,
373 typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type,
378 typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
381 typedef int (*STORE_STORE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
385 typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_mem.c107 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
109 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
111 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
114 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
118 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
120 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
167 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
173 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
187 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
194 static int mem_modify(STORE *s, STORE_OBJECT_TYPES typ
[all...]
H A Dstore.h145 } STORE_OBJECT_TYPES; typedef in typeref:enum:STORE_object_types
208 STORE_OBJECT_TYPES type;
323 typedef STORE_OBJECT *(*STORE_GENERATE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
324 typedef STORE_OBJECT *(*STORE_GET_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
325 typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
328 typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
329 typedef int (*STORE_STORE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
330 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[]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_mem.c123 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
126 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
129 static int mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data,
131 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
137 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
139 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
186 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
194 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
209 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
217 static int mem_modify(STORE *s, STORE_OBJECT_TYPES typ
[all...]
H A Dstore.h168 } STORE_OBJECT_TYPES; typedef in typeref:enum:STORE_object_types
236 STORE_OBJECT_TYPES type;
363 STORE_OBJECT_TYPES
370 STORE_OBJECT_TYPES type,
373 typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type,
378 typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
381 typedef int (*STORE_STORE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
385 typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h145 } STORE_OBJECT_TYPES; typedef in typeref:enum:STORE_object_types
208 STORE_OBJECT_TYPES type;
323 typedef STORE_OBJECT *(*STORE_GENERATE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
324 typedef STORE_OBJECT *(*STORE_GET_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
325 typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
328 typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
329 typedef int (*STORE_STORE_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
330 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[]);

Completed in 42 milliseconds