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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c313 * @private_key_blob: private_key as inlined data or %NULL if not used
314 * @private_key_blob_len: private_key_blob length
320 const u8 *private_key_blob,
326 if (private_key_blob)
327 return tlsv1_set_key(cred, private_key_blob,
317 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/tls/
H A Dtlsv1_cred.c313 * @private_key_blob: private_key as inlined data or %NULL if not used
314 * @private_key_blob_len: private_key_blob length
320 const u8 *private_key_blob,
326 if (private_key_blob)
327 return tlsv1_set_key(cred, private_key_blob,
317 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/tls/
H A Dtlsv1_cred.c313 * @private_key_blob: private_key as inlined data or %NULL if not used
314 * @private_key_blob_len: private_key_blob length
320 const u8 *private_key_blob,
326 if (private_key_blob)
327 return tlsv1_set_key(cred, private_key_blob,
317 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/hostapd/src/crypto/
H A Dtls.h120 * @private_key_blob: private_key as inlined data or %NULL if not used
121 * @private_key_blob_len: private_key_blob length
162 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_openssl.c2339 const u8 *private_key_blob,
2346 if (private_key == NULL && private_key_blob == NULL)
2360 while (private_key_blob) {
2362 (u8 *) private_key_blob,
2371 (u8 *) private_key_blob,
2380 (u8 *) private_key_blob,
2388 if (tls_read_pkcs12_blob(ssl_ctx, conn->ssl, private_key_blob,
3540 params->private_key_blob,
2335 tls_connection_private_key(void *_ssl_ctx, 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/crypto/
H A Dtls.h120 * @private_key_blob: private_key as inlined data or %NULL if not used
121 * @private_key_blob_len: private_key_blob length
162 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_openssl.c2339 const u8 *private_key_blob,
2346 if (private_key == NULL && private_key_blob == NULL)
2360 while (private_key_blob) {
2362 (u8 *) private_key_blob,
2371 (u8 *) private_key_blob,
2380 (u8 *) private_key_blob,
2388 if (tls_read_pkcs12_blob(ssl_ctx, conn->ssl, private_key_blob,
3540 params->private_key_blob,
2335 tls_connection_private_key(void *_ssl_ctx, 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/crypto/
H A Dtls.h120 * @private_key_blob: private_key as inlined data or %NULL if not used
121 * @private_key_blob_len: private_key_blob length
162 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_openssl.c2339 const u8 *private_key_blob,
2346 if (private_key == NULL && private_key_blob == NULL)
2360 while (private_key_blob) {
2362 (u8 *) private_key_blob,
2371 (u8 *) private_key_blob,
2380 (u8 *) private_key_blob,
2388 if (tls_read_pkcs12_blob(ssl_ctx, conn->ssl, private_key_blob,
3540 params->private_key_blob,
2335 tls_connection_private_key(void *_ssl_ctx, 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

Completed in 72 milliseconds