Home
last modified time | relevance | path

Searched refs:STORE_get_ex_data (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/store/
Dstore.h114 #define STORE_get_app_data(s) STORE_get_ex_data(s,0)
118 void *STORE_get_ex_data(STORE *r, int idx);
Dstr_mem.c275 (struct mem_data_st *)STORE_get_ex_data(s, 1); in mem_list_next()
Dstr_lib.c217 void *STORE_get_ex_data(STORE *r, int idx) in STORE_get_ex_data() function