Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_wolfssl.c515 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
544 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb); in tls_connection_private_key()
1443 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb); in tls_global_private_key()
Dtls_openssl.c3898 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
3931 pkey = PEM_read_bio_PrivateKey(bio, NULL, tls_passwd_cb, in tls_use_private_key_file()
4016 bio, NULL, tls_passwd_cb, in tls_connection_private_key()