HomeSort by relevance Sort by last modified time
    Searched full:cipher_str (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/cipher/
cipher_test.cc 217 std::string cipher_str; local
218 if (!t->GetAttribute(&cipher_str, "Cipher")) {
221 const EVP_CIPHER *cipher = GetCipher(cipher_str);
223 t->PrintLine("Unknown cipher: '%s'.", cipher_str.c_str());

Completed in 198 milliseconds