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

  /external/openssl/crypto/store/
str_locl.h 108 STORE_CTRL_FUNC_PTR ctrl;
str_meth.c 170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f)
246 STORE_CTRL_FUNC_PTR STORE_method_get_ctrl_function(STORE_METHOD *sm)
store.h 338 typedef int (*STORE_CTRL_FUNC_PTR)(STORE *, int cmd, long l, void *p, void (*f)(void));
354 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
370 STORE_CTRL_FUNC_PTR STORE_method_get_ctrl_function(STORE_METHOD *sm);

Completed in 104 milliseconds