HomeSort by relevance Sort by last modified time
    Searched refs:cipher_name (Results 1 - 6 of 6) sorted by null

  /external/openssh/
cipher.h 82 char *cipher_name(int);
sshconnect1.c 635 cipher_name(ssh_cipher_default));
641 cipher_name(options.cipher));
643 debug("Encryption type: %.100s", cipher_name(options.cipher));
cipher.c 278 cipher_name(int id) function
sshd.c     [all...]
readconf.c     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 136 CFX_ByteString cipher_name = pDefFilter->GetString(FX_BSTRC("CFM")); local
137 if (cipher_name == FX_BSTRC("AESV2") || cipher_name == FX_BSTRC("AESV3")) {
    [all...]

Completed in 66 milliseconds