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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c205 size_t begin_of_cipher, end_of_cipher; local
220 for (begin_of_cipher = 0; begin_of_cipher < strlen(ciphers); begin_of_cipher = end_of_cipher+1) {
221 end_of_cipher = strcspn(&ciphers[begin_of_cipher], ":");
222 cipher_pair = tls_get_cipher_name_pair(&ciphers[begin_of_cipher], end_of_cipher - begin_of_cipher);
228 current_cipher_len = end_of_cipher - begin_of_cipher;
242 if (end_of_cipher - begin_of_cipher == current_cipher_len &&
243 0 == memcmp (&ciphers[begin_of_cipher], cipher_pair->openssl_name, end_of_cipher - begin_of_cipher))

Completed in 49 milliseconds