Searched refs:private_key_blob (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_cred.h35 const u8 *private_key_blob,
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
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dtls.h103 * @private_key_blob: private_key as inlined data or %NULL if not used
104 * @private_key_blob_len: private_key_blob length
140 const u8 *private_key_blob; member in struct:tls_connection_params
H A Dtls_internal.c189 params->private_key_blob,
249 params->private_key_blob,
H A Dtls_openssl.c1965 const u8 *private_key_blob,
1972 if (private_key == NULL && private_key_blob == NULL)
1986 while (private_key_blob) {
1988 (u8 *) private_key_blob,
1997 (u8 *) private_key_blob,
2006 (u8 *) private_key_blob,
2014 if (tls_read_pkcs12_blob(ssl_ctx, conn->ssl, private_key_blob,
2764 params->private_key_blob,
1961 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
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c148 &params->private_key_blob,

Completed in 190 milliseconds