Home
last modified time | relevance | path

Searched defs:psk_identity (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/ssl/
Dssl_asn1.c36 ASN1_OCTET_STRING *psk_identity; member
124 ASN1_OCTET_STRING psk_identity, psk_identity_hint; in i2d_SSL_SESSION() local
Dssl_local.h578 char *psk_identity; member
/third_party/node/deps/openssl/openssl/ssl/
Dssl_asn1.c36 ASN1_OCTET_STRING *psk_identity; member
124 ASN1_OCTET_STRING psk_identity, psk_identity_hint; in i2d_SSL_SESSION() local
Dssl_local.h585 char *psk_identity; member
/third_party/libcoap/src/
Dcoap_session.c1570 const coap_bin_const_t *psk_identity in coap_session_refresh_psk_identity()
1608 const coap_bin_const_t *psk_identity = NULL; in coap_session_get_psk_identity() local
Dcoap_tinydtls.c384 const coap_bin_const_t *psk_identity; in get_psk_info() local
Dcoap_mbedtls.c1149 const coap_bin_const_t *psk_identity; local
Dcoap_gnutls.c564 const coap_bin_const_t *psk_identity; in psk_client_callback() local
Dcoap_openssl.c507 const coap_bin_const_t *psk_identity; in coap_dtls_psk_client_callback() local
/third_party/libcoap/include/coap3/
Dcoap_session_internal.h118 coap_bin_const_t *psk_identity; /**< If client, this field contains the member
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1746 const char *psk_identity = "foo"; in mbedtls_test_ssl_perform_handshake() local
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_srvr.c2824 PACKET psk_identity; in tls_process_cke_psk_preamble() local
/third_party/openssl/ssl/statem/
Dstatem_srvr.c2804 PACKET psk_identity; in tls_process_cke_psk_preamble() local
/third_party/mbedtls/library/
Dssl_tls.c2152 unsigned char const *psk_identity, in ssl_conf_set_psk_identity()
2176 const unsigned char *psk_identity, size_t psk_identity_len) in mbedtls_ssl_conf_psk()
2299 const unsigned char *psk_identity, in mbedtls_ssl_conf_psk_opaque()
/third_party/mbedtls/programs/ssl/
Dssl_client2.c500 const char *psk_identity; /* the pre-shared key identity */ member
Dssl_server2.c641 const char *psk_identity; /* the pre-shared key identity */ member
/third_party/openssl/apps/
Ds_client.c93 static char *psk_identity = "Client_identity"; variable
Ds_server.c118 static char *psk_identity = "Client_identity"; variable
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c93 static char *psk_identity = "Client_identity"; variable
Ds_server.c118 static char *psk_identity = "Client_identity"; variable
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3182 pub fn psk_identity(&self) -> Option<&[u8]> { in psk_identity() method