Home
last modified time | relevance | path

Searched refs:private_key_blob (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.h43 const u8 *private_key_blob,
Dtlsv1_cred.c1039 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/
Dtls_wolfssl.c704 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()
Dtls_internal.c277 params->private_key_blob, in tls_connection_set_params()
332 params->private_key_blob, in tls_global_set_params()
Dtls_gnutls.c619 } 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()
Dtls.h202 const u8 *private_key_blob; member
Dtls_openssl.c4179 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/
Deap_tls_common.c228 &params->private_key_blob, in eap_tls_params_from_conf()
242 params->private_key_blob; in eap_tls_params_from_conf()