Lines Matching defs:ciphertable
244 static const struct st_cipher ciphertable[] = {
784 #define NUM_OF_CIPHERS sizeof(ciphertable)/sizeof(ciphertable[0])
911 /* The first ciphers in the ciphertable are continuous. Here we do small
916 return ciphertable[cipher].name;
921 if(ciphertable[i].num == cipher) {
922 return ciphertable[i].name;
925 return ciphertable[SSL_NULL_WITH_NULL_NULL].name;
1446 if(ciphertable[i].num == suite_num) {
1447 return !ciphertable[i].weak;
1588 table_cipher_name = ciphertable[i].name;
1590 else if(ciphertable[i].alias_name) {
1591 table_cipher_name = ciphertable[i].alias_name;
1600 selected_ciphers[ciphers_count] = ciphertable[i].num;