Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_block_cipher.function37 mbedtls_block_cipher_setup(&ctx, MBEDTLS_CIPHER_ID_NONE));
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h67 MBEDTLS_CIPHER_ID_NONE = 0, /**< Placeholder to mark the end of cipher ID lists. */ enumerator