Searched defs:private_key_blob (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h124 * @private_key_blob: private_key as inlined data or %NULL if not used
125 * @private_key_blob_len: private_key_blob length
169 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_openssl.c2782 const u8 *private_key_blob,
2789 if (private_key == NULL && private_key_blob == NULL)
2803 while (private_key_blob) {
2805 (u8 *) private_key_blob,
2814 (u8 *) private_key_blob,
2823 (u8 *) private_key_blob,
2831 if (tls_read_pkcs12_blob(data, conn->ssl, private_key_blob,
4052 params->private_key_blob,
2778 tls_connection_private_key(struct tls_data *data, struct tls_connection *conn, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c1088 * @private_key_blob: private_key as inlined data or %NULL if not used
1089 * @private_key_blob_len: private_key_blob length
1095 const u8 *private_key_blob,
1101 if (private_key_blob)
1102 return tlsv1_set_key(cred, private_key_blob,
1092 tlsv1_set_private_key(struct tlsv1_credentials *cred, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h124 * @private_key_blob: private_key as inlined data or %NULL if not used
125 * @private_key_blob_len: private_key_blob length
169 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_openssl.c2782 const u8 *private_key_blob,
2789 if (private_key == NULL && private_key_blob == NULL)
2803 while (private_key_blob) {
2805 (u8 *) private_key_blob,
2814 (u8 *) private_key_blob,
2823 (u8 *) private_key_blob,
2831 if (tls_read_pkcs12_blob(data, conn->ssl, private_key_blob,
4052 params->private_key_blob,
2778 tls_connection_private_key(struct tls_data *data, struct tls_connection *conn, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c1088 * @private_key_blob: private_key as inlined data or %NULL if not used
1089 * @private_key_blob_len: private_key_blob length
1095 const u8 *private_key_blob,
1101 if (private_key_blob)
1102 return tlsv1_set_key(cred, private_key_blob,
1092 tlsv1_set_private_key(struct tlsv1_credentials *cred, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h124 * @private_key_blob: private_key as inlined data or %NULL if not used
125 * @private_key_blob_len: private_key_blob length
169 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_openssl.c2782 const u8 *private_key_blob,
2789 if (private_key == NULL && private_key_blob == NULL)
2803 while (private_key_blob) {
2805 (u8 *) private_key_blob,
2814 (u8 *) private_key_blob,
2823 (u8 *) private_key_blob,
2831 if (tls_read_pkcs12_blob(data, conn->ssl, private_key_blob,
4052 params->private_key_blob,
2778 tls_connection_private_key(struct tls_data *data, struct tls_connection *conn, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c1088 * @private_key_blob: private_key as inlined data or %NULL if not used
1089 * @private_key_blob_len: private_key_blob length
1095 const u8 *private_key_blob,
1101 if (private_key_blob)
1102 return tlsv1_set_key(cred, private_key_blob,
1092 tlsv1_set_private_key(struct tlsv1_credentials *cred, const char *private_key, const char *private_key_passwd, const u8 *private_key_blob, size_t private_key_blob_len) argument

Completed in 182 milliseconds