Home
last modified time | relevance | path

Searched refs:psk_ciphers (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_mbedtls.c1024 static int *psk_ciphers = NULL; variable
1066 psk_ciphers = mbedtls_malloc(psk_count * sizeof(psk_ciphers[0]));
1067 if (psk_ciphers == NULL) {
1074 mbedtls_free(psk_ciphers);
1075 psk_ciphers = NULL;
1079 psk_list = psk_ciphers;
1114 mbedtls_ssl_conf_ciphersuites(conf, method == COAP_ENC_PSK ? psk_ciphers : pki_ciphers);
2478 mbedtls_free(psk_ciphers);
2480 psk_ciphers
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1387 fn psk_ciphers() { in psk_ciphers() functions

Completed in 5 milliseconds