Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDmac.c68 { "hmac-sha2-256", SSH_DIGEST, SSH_DIGEST_SHA256, 0, 0, 0, 0 },
82 { "hmac-sha2-256-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA256, 0, 0, 0, 1 },
HDdigest.h28 #define SSH_DIGEST_SHA256 3 macro
HDdigest-openssl.c50 { SSH_DIGEST_SHA256, "SHA256", 32, EVP_sha256 },
HDkex.c78 { KEX_DHGEX_SHA256, KEX_DH_GEX_SHA256, 0, SSH_DIGEST_SHA256 },
82 NID_X9_62_prime256v1, SSH_DIGEST_SHA256 },
92 { KEX_CURVE25519_SHA256, KEX_C25519_SHA256, 0, SSH_DIGEST_SHA256 },
HDdigest-libc.c87 SSH_DIGEST_SHA256,
HDschnorr.c230 if (schnorr_sign(grp_p, grp_q, grp_g, SSH_DIGEST_SHA256, in schnorr_sign_buf()
392 ret = schnorr_verify(grp_p, grp_q, grp_g, SSH_DIGEST_SHA256, in schnorr_verify_buf()
HDkey.c378 hash_alg = SSH_DIGEST_SHA256; in key_fingerprint_raw()
2221 return SSH_DIGEST_SHA256; in key_ec_nid_to_hash_alg()