Searched refs:tlsv1_set_key (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_cred.c | 1006 static int tlsv1_set_key(struct tlsv1_credentials *cred, in tlsv1_set_key() function 1046 return tlsv1_set_key(cred, private_key_blob, in tlsv1_set_private_key() 1062 ret = tlsv1_set_key(cred, buf, len, private_key_passwd); in tlsv1_set_private_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_cred.c | 1062 static int tlsv1_set_key(struct tlsv1_credentials *cred, in tlsv1_set_key() function 1102 return tlsv1_set_key(cred, private_key_blob, in tlsv1_set_private_key() 1118 ret = tlsv1_set_key(cred, buf, len, private_key_passwd); in tlsv1_set_private_key()
|
Completed in 3 milliseconds