OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORE_GET_OBJECT_FUNC_PTR
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/store/
str_locl.h
85
STORE_GET_OBJECT_FUNC_PTR
get_object;
str_meth.c
104
int STORE_method_set_get_function(STORE_METHOD *sm,
STORE_GET_OBJECT_FUNC_PTR
get_f)
191
STORE_GET_OBJECT_FUNC_PTR
STORE_method_get_get_function(STORE_METHOD *sm)
store.h
330
typedef STORE_OBJECT *(*
STORE_GET_OBJECT_FUNC_PTR
)(STORE *, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
343
int STORE_method_set_get_function(STORE_METHOD *sm,
STORE_GET_OBJECT_FUNC_PTR
get_f);
359
STORE_GET_OBJECT_FUNC_PTR
STORE_method_get_get_function(STORE_METHOD *sm);
Completed in 17 milliseconds