Home
last modified time | relevance | path

Searched refs:STORE_set_ex_data (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/store/
Dstore.h113 #define STORE_set_app_data(s,arg) STORE_set_ex_data(s,0,arg)
117 int STORE_set_ex_data(STORE *r,int idx,void *arg);
Dstr_lib.c212 int STORE_set_ex_data(STORE *r, int idx, void *arg) in STORE_set_ex_data() function