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 282 const SSL_CIPHER *ciph = ssl3_get_cipher(u); local
284 if (ciph != NULL)
286 if (ciph->algorithm_enc == SSL_RC4)
290 return ciph;
ssltest.c 377 const SSL_CIPHER *ciph; local
380 ciph=SSL_get_current_cipher(c_ssl);
384 SSL_CIPHER_get_version(ciph),
385 SSL_CIPHER_get_name(ciph));
    [all...]

Completed in 44 milliseconds