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.c527 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()
Dtls_internal.c277 params->private_key_blob, in tls_connection_set_params()
332 params->private_key_blob, in tls_global_set_params()
Dtls_gnutls.c609 } 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()
Dtls.h196 const u8 *private_key_blob; member
Dtls_openssl.c3949 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/
Deap_tls_common.c235 &params->private_key_blob, in eap_tls_params_from_conf()