Home
last modified time | relevance | path

Searched refs:NUM_OF_CIPHERS (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/vtls/
H A Dbearssl.c489 #define NUM_OF_CIPHERS (sizeof(ciphertable) / sizeof(ciphertable[0])) macro
510 uint16_t selected_ciphers[NUM_OF_CIPHERS]; in bearssl_set_selected_ciphers()
541 for(i = 0; i < NUM_OF_CIPHERS && in bearssl_set_selected_ciphers()
546 for(i = 0; i < NUM_OF_CIPHERS && in bearssl_set_selected_ciphers()
550 if(i == NUM_OF_CIPHERS) { in bearssl_set_selected_ciphers()
565 DEBUGASSERT(selected_count < NUM_OF_CIPHERS); in bearssl_set_selected_ciphers()
H A Dsectransp.c784 #define NUM_OF_CIPHERS sizeof(ciphertable)/sizeof(ciphertable[0]) macro
919 for(i = SSL_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA + 1; i < NUM_OF_CIPHERS; in TLSCipherNameForNumber()
1445 for(i = 0; i < NUM_OF_CIPHERS; ++i) { in is_cipher_suite_strong()
1545 SSLCipherSuite selected_ciphers[NUM_OF_CIPHERS]; in sectransp_set_selected_ciphers()
1556 while(*cipher_start && ciphers_count < NUM_OF_CIPHERS) { in sectransp_set_selected_ciphers()
1585 for(i = 1; i < NUM_OF_CIPHERS; ++i) { in sectransp_set_selected_ciphers()

Completed in 6 milliseconds