Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go23 var ssl3 *bool = flag.Bool("ssl3", false, "If true, use the SSLv3 MAC and padding rather than TLS") var
152 if *ssl3 {
171 if *ssl3 {
201 if *implicitIV || *ssl3 {
235 if *ssl3 {
240 if *ssl3 {
256 if !*ssl3 {
317 if *ssl3 {
Dmake_all_legacy_aead_tests.sh17 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3 > aes_128_cbc_sha1_ssl3_tests.txt
18 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3 > aes_256_cbc_sha1_ssl3_tests.txt
19 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3 > des_ede3_cbc_sha1_ssl3_tests.txt
Daes_128_cbc_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3
Ddes_ede3_cbc_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3
Daes_256_cbc_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3