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

/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstore.h117 # define STORE_set_app_data(s,arg) STORE_set_ex_data(s,0,arg)
122 int STORE_set_ex_data(STORE *r, int idx, void *arg);
H A Dstr_lib.c197 int STORE_set_ex_data(STORE *r, int idx, void *arg) function

Completed in 48 milliseconds