Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_wolfssl.c501 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
530 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb); in tls_connection_private_key()
1403 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb); in tls_global_private_key()
Dtls_openssl.c3531 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
3564 pkey = PEM_read_bio_PrivateKey(bio, NULL, tls_passwd_cb, in tls_use_private_key_file()