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 | 527 const u8 *private_key_blob, in tls_connection_private_key() argument 534 if (!private_key && !private_key_blob) in tls_connection_private_key() 546 if (private_key_blob) { in tls_connection_private_key() 548 private_key_blob, blob_len, in tls_connection_private_key() 555 private_key_blob, blob_len, in tls_connection_private_key() 1320 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 | 609 } else if (params->client_cert_blob && params->private_key_blob) { in tls_connection_set_params() 614 key.data = (unsigned char *) params->private_key_blob; in tls_connection_set_params() 645 } else if (params->private_key_blob) { in tls_connection_set_params() 649 key.data = (unsigned char *) params->private_key_blob; in tls_connection_set_params()
|
D | tls.h | 196 const u8 *private_key_blob; member
|
D | tls_openssl.c | 3949 const u8 *private_key_blob, in tls_connection_private_key() argument 3955 if (private_key == NULL && private_key_blob == NULL) in tls_connection_private_key() 3959 while (private_key_blob) { in tls_connection_private_key() 3961 (u8 *) private_key_blob, in tls_connection_private_key() 3970 (u8 *) private_key_blob, in tls_connection_private_key() 3980 (u8 *) private_key_blob, in tls_connection_private_key() 3991 (u8 *) private_key_blob, in tls_connection_private_key() 4000 bio = BIO_new_mem_buf((u8 *) private_key_blob, in tls_connection_private_key() 4022 if (tls_read_pkcs12_blob(data, conn->ssl, private_key_blob, in tls_connection_private_key() 5453 params->private_key_blob, in tls_connection_set_params()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 235 ¶ms->private_key_blob, in eap_tls_params_from_conf()
|