Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c3626 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
3659 pkey = PEM_read_bio_PrivateKey(bio, NULL, tls_passwd_cb, in tls_use_private_key_file()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c502 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
531 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb); in tls_connection_private_key()
1410 wolfSSL_CTX_set_default_passwd_cb(ctx, tls_passwd_cb); in tls_global_private_key()
Dtls_openssl.c3781 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() function
3814 pkey = PEM_read_bio_PrivateKey(bio, NULL, tls_passwd_cb, in tls_use_private_key_file()
3915 bio, NULL, tls_passwd_cb, in tls_connection_private_key()