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

  /external/openssl/crypto/store/
str_locl.h 77 STORE_INITIALISE_FUNC_PTR init;
str_meth.c 86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f)
176 STORE_INITIALISE_FUNC_PTR STORE_method_get_initialise_function(STORE_METHOD *sm)
store.h 327 typedef int (*STORE_INITIALISE_FUNC_PTR)(STORE *);
340 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f);
356 STORE_INITIALISE_FUNC_PTR STORE_method_get_initialise_function(STORE_METHOD *sm);

Completed in 24 milliseconds