Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go128 {TLS_RSA_WITH_NULL_SHA, 0, 20, noIV, rsaKA, 0, cipherNull, macSHA1, nil},
156 func cipherNull(key, iv []byte, isRead bool) interface{} { func