Lines Matching defs:cipher_start
1543 const char *cipher_start = ciphers;
1555 cipher_start = ciphers;
1556 while(*cipher_start && ciphers_count < NUM_OF_CIPHERS) {
1564 while(is_separator(*cipher_start))
1565 cipher_start++;
1566 if(*cipher_start == '\0') {
1570 cipher_end = cipher_start;
1579 if(cipher_start[3] == '_') {
1584 cipher_len = cipher_end - cipher_start;
1598 if(strncmp(cipher_start, table_cipher_name, cipher_len) == 0
1617 cipher_start - ciphers,
1622 cipher_start = cipher_end + 1;