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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c501 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) function
530 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb);
1403 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb);
H A Dtls_openssl.c3626 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) function
3659 pkey = PEM_read_bio_PrivateKey(bio, NULL, tls_passwd_cb,

Completed in 66 milliseconds