Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/suites/
Dtest_suite_cipher.function53 TEST_ASSERT( ! mbedtls_cipher_info_has_variable_key_bitlen( info ) );
59 TEST_ASSERT( ! mbedtls_cipher_info_has_variable_key_bitlen( info ) );
65 TEST_ASSERT( ! mbedtls_cipher_info_has_variable_key_bitlen( info ) );
73 TEST_ASSERT( ! mbedtls_cipher_info_has_variable_key_bitlen( info ) );
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/
Dcipher.h557 static inline int mbedtls_cipher_info_has_variable_key_bitlen( in mbedtls_cipher_info_has_variable_key_bitlen() function