Searched refs:tls_passwd_cb (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 501 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()
|
D | tls_openssl.c | 3626 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/ |
D | tls_wolfssl.c | 502 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()
|
D | tls_openssl.c | 3781 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()
|