Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_ciphersuites.c1804 static int supported_init = 0; variable
1820 if (supported_init == 0) { in mbedtls_ssl_list_ciphersuites()
1835 supported_init = 1; in mbedtls_ssl_list_ciphersuites()
H A Dcipher.c57 static int supported_init = 0; variable
70 if (!supported_init) { in mbedtls_cipher_list()
80 supported_init = 1; in mbedtls_cipher_list()