Home
last modified time | relevance | path

Searched refs:ssl3 (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/cipher/test/
Dmake_all_legacy_aead_tests.sh20 go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3 > rc4_md5_ssl3_tests.txt
21 go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3 > rc4_sha1_ssl3_tests.txt
22 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3 > aes_128_cbc_sha1_ssl3_tests.txt
23 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3 > aes_256_cbc_sha1_ssl3_tests.txt
24 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3 > des_ede3_cbc_sha1_ssl3_tests.txt
Dmake_legacy_aead_tests.go23 var ssl3 *bool = flag.Bool("ssl3", false, "If true, use the SSLv3 MAC and padding rather than TLS") var
146 if *ssl3 {
165 if *ssl3 {
210 if *implicitIV || *ssl3 {
232 if *ssl3 {
237 if *ssl3 {
250 if !*ssl3 {
300 if *ssl3 {
Drc4_md5_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3
Daes_128_cbc_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3
Daes_256_cbc_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3
Drc4_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3
Ddes_ede3_cbc_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3