Searched refs:ssl_password_cb (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/relayd/ |
H A D | ssl.c | 33 int ssl_password_cb(char *, int, int, void *); 36 ssl_password_cb(char *buf, int size, int rwflag, void *u) in ssl_password_cb() function 63 key = PEM_read_PrivateKey(fp, NULL, ssl_password_cb, pass); in ssl_load_key() 112 ssl_password_cb, NULL)) == NULL) { in ssl_update_certificate() 190 ssl_password_cb, NULL)) == NULL) { in ssl_load_pkey()
|
/openbsd/usr.sbin/smtpd/ |
H A D | ssl.c | 78 ssl_password_cb(char *buf, int size, int rwflag, void *u) 92 ssl_password_cb(char *buf, int size, int rwflag, void *u) in ssl_password_cb() function 148 key = PEM_read_PrivateKey(fp, NULL, ssl_password_cb, prompt); in ssl_load_key()
|