Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_info_from_string (Results 1 – 13 of 13) sorted by relevance

/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h385 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string(const char *cipher_name);
Dcompat-1.3.h1816 #define cipher_info_from_string mbedtls_cipher_info_from_string
/external/mbedtls/include/mbedtls/
Dcipher.h396 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string(const char *cipher_name);
/external/openthread/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c155 cipher_info = mbedtls_cipher_info_from_string(argv[4]); in main()
/external/mbedtls/programs/aes/
Dcrypt_and_hash.c150 cipher_info = mbedtls_cipher_info_from_string(argv[4]); in main()
/external/mbedtls/tests/suites/
Dtest_suite_cipher.function30 TEST_ASSERT(mbedtls_cipher_info_from_string(info->name) == info);
388 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
1192 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function728 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
1620 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
/external/openthread/third_party/mbedtls/repo/library/
Dcipher.c99 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( in mbedtls_cipher_info_from_string() function
/external/mbedtls/library/
Dcipher.c99 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( in mbedtls_cipher_info_from_string() function
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1392 cipher_info_from_string mbedtls_cipher_info_from_string
/external/mbedtls/programs/ssl/
Dssl_server2.c2118 const mbedtls_cipher_info_t *ci = mbedtls_cipher_info_from_string(q); in main()
/external/openthread/third_party/mbedtls/repo/
DChangeLog3260 mbedtls_cipher_info_from_string()
/external/mbedtls/
DChangeLog4252 mbedtls_cipher_info_from_string()