Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_NONE (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dcipher.h190 MBEDTLS_MODE_NONE = 0, /**< None. */ enumerator
465 return( MBEDTLS_MODE_NONE ); in mbedtls_cipher_info_get_mode()
691 MBEDTLS_INTERNAL_VALIDATE_RET( ctx != NULL, MBEDTLS_MODE_NONE ); in mbedtls_cipher_get_cipher_mode()
693 return MBEDTLS_MODE_NONE; in mbedtls_cipher_get_cipher_mode()
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function214 MBEDTLS_MODE_NONE );