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

  /external/openssh/
md-sha256.c 37 const EVP_MD *evp_ssh_sha256(void);
68 evp_ssh_sha256(void) function
kex.c 55 # define evp_ssh_sha256 EVP_sha256 macro
57 extern const EVP_MD *evp_ssh_sha256(void);
355 k->evp_md = evp_ssh_sha256();

Completed in 47 milliseconds