HomeSort by relevance Sort by last modified time
    Searched defs:cipher_by_name (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/pem/
pem_lib.c 399 static const EVP_CIPHER *cipher_by_name(const char *name) function
464 cipher->cipher = enc = cipher_by_name(p);
  /external/openssh/
cipher.c 217 cipher_by_name(const char *name) function
250 c = cipher_by_name(p);

Completed in 93 milliseconds