Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
H A Dbearssl.c372 static const struct st_cipher ciphertable[] = { variable
489 #define NUM_OF_CIPHERS (sizeof(ciphertable) / sizeof(ciphertable[0]))
542 (strlen(ciphertable[i].name) == clen) && in bearssl_set_selected_ciphers()
543 !strncasecompare(cipher, ciphertable[i].name, clen); ++i); in bearssl_set_selected_ciphers()
547 (strlen(ciphertable[i].alias_name) == clen) && in bearssl_set_selected_ciphers()
548 !strncasecompare(cipher, ciphertable[i].alias_name, clen); ++i); in bearssl_set_selected_ciphers()
558 selected_ciphers[j] != ciphertable[i].num; j++); in bearssl_set_selected_ciphers()
566 selected_ciphers[selected_count] = ciphertable[i].num; in bearssl_set_selected_ciphers()
H A Dsectransp.c244 static const struct st_cipher ciphertable[] = { variable
784 #define NUM_OF_CIPHERS sizeof(ciphertable)/sizeof(ciphertable[0])
911 /* The first ciphers in the ciphertable are continuous. Here we do small in TLSCipherNameForNumber()
916 return ciphertable[cipher].name; in TLSCipherNameForNumber()
921 if(ciphertable[i].num == cipher) { in TLSCipherNameForNumber()
922 return ciphertable[i].name; in TLSCipherNameForNumber()
925 return ciphertable[SSL_NULL_WITH_NULL_NULL].name; in TLSCipherNameForNumber()
1446 if(ciphertable[i].num == suite_num) { in is_cipher_suite_strong()
1447 return !ciphertable[ in is_cipher_suite_strong()
[all...]

Completed in 7 milliseconds