HomeSort by relevance Sort by last modified time
    Searched defs:ciph (Results 1 - 2 of 2) sorted by null

  /external/openssl/ssl/
d1_lib.c 227 const SSL_CIPHER *ciph = ssl3_get_cipher(u); local
229 if (ciph != NULL)
231 if (ciph->algorithm_enc == SSL_RC4)
235 return ciph;
ssltest.c 326 const SSL_CIPHER *ciph; local
329 ciph=SSL_get_current_cipher(c_ssl);
333 SSL_CIPHER_get_version(ciph),
334 SSL_CIPHER_get_name(ciph));
    [all...]

Completed in 196 milliseconds