Searched refs:private_key_blob (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.h | 43 const u8 *private_key_blob,
|
D | tlsv1_cred.c | 1039 const u8 *private_key_blob, in tlsv1_set_private_key() argument 1045 if (private_key_blob) in tlsv1_set_private_key() 1046 return tlsv1_set_key(cred, private_key_blob, in tlsv1_set_private_key()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_wolfssl.c | 704 const u8 *private_key_blob, in tls_connection_private_key() argument 711 if (!private_key && !private_key_blob) in tls_connection_private_key() 723 if (private_key_blob) { in tls_connection_private_key() 725 private_key_blob, blob_len, in tls_connection_private_key() 732 private_key_blob, blob_len, in tls_connection_private_key() 1662 params->private_key_blob, in tls_connection_set_params()
|
D | tls_internal.c | 277 params->private_key_blob, in tls_connection_set_params() 332 params->private_key_blob, in tls_global_set_params()
|
D | tls_gnutls.c | 619 } else if (params->client_cert_blob && params->private_key_blob) { in tls_connection_set_params() 624 key.data = (unsigned char *) params->private_key_blob; in tls_connection_set_params() 655 } else if (params->private_key_blob) { in tls_connection_set_params() 659 key.data = (unsigned char *) params->private_key_blob; in tls_connection_set_params()
|
D | tls.h | 202 const u8 *private_key_blob; member
|
D | tls_openssl.c | 4179 const u8 *private_key_blob, in tls_connection_private_key() argument 4185 if (private_key == NULL && private_key_blob == NULL) in tls_connection_private_key() 4189 while (private_key_blob) { in tls_connection_private_key() 4191 (u8 *) private_key_blob, in tls_connection_private_key() 4200 (u8 *) private_key_blob, in tls_connection_private_key() 4210 (u8 *) private_key_blob, in tls_connection_private_key() 4221 (u8 *) private_key_blob, in tls_connection_private_key() 4230 bio = BIO_new_mem_buf((u8 *) private_key_blob, in tls_connection_private_key() 4252 if (tls_read_pkcs12_blob(data, conn->ssl, private_key_blob, in tls_connection_private_key() 5704 params->private_key_blob, in tls_connection_set_params()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 228 ¶ms->private_key_blob, in eap_tls_params_from_conf() 242 params->private_key_blob; in eap_tls_params_from_conf()
|