Searched defs:pem_password_cb (Results 1 – 2 of 2) sorted by relevance
231 typedef int pem_password_cb (char *buf, int size, int rwflag, void *userdata); typedef
924 pem_password_cb = CFUNCTYPE(c_int, STRING, c_int, c_int, c_void_p) variable