Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()
Dcipher.c56 static int supported_init = 0; variable
69 if (!supported_init) { in mbedtls_cipher_list()
79 supported_init = 1; in mbedtls_cipher_list()