Home
last modified time | relevance | path

Searched defs:content_type (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/tls/
Dtlsv1_record.c150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send()
/hostap-latest/src/crypto/
Dtls_openssl.c1410 static const char * openssl_content_type(int content_type) in openssl_content_type()
1433 static const char * openssl_handshake_type(int content_type, const u8 *buf, in openssl_handshake_type()
1576 static void tls_msg_cb(int write_p, int version, int content_type, in tls_msg_cb()
/hostap-latest/src/utils/
Dhttp_curl.c1662 const char *content_type, const char *ext_hdr, in http_post()