Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/
H A Dssl-opt.sh490 if [ "$PSK_ONLY" = "YES" ]; then
518 # * $PSK_ONLY: YES if running in a PSK-only build (no asymmetric key exchanges).
525 if [ "$PSK_ONLY" != "YES" ]; then
550 *\ MBEDTLS_KEY_EXCHANGE_[^P]*) PSK_ONLY="NO";;
551 *\ MBEDTLS_KEY_EXCHANGE_P[^S]*) PSK_ONLY="NO";;
552 *\ MBEDTLS_KEY_EXCHANGE_PS[^K]*) PSK_ONLY="NO";;
553 *\ MBEDTLS_KEY_EXCHANGE_PSK[^_]*) PSK_ONLY="NO";;
554 *\ MBEDTLS_KEY_EXCHANGE_PSK_ENABLED\ *) PSK_ONLY="YES";;
555 *) PSK_ONLY="NO";;

Completed in 15 milliseconds