Searched refs:ssh_digest_bytes (Results 1 – 17 of 17) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | kexgex.c | 65 if (*hashlen < ssh_digest_bytes(SSH_DIGEST_SHA1)) in kexgex_hash() 98 *hashlen = ssh_digest_bytes(hash_alg); in kexgex_hash()
|
| H A D | hmac.c | 41 return ssh_digest_bytes(alg); in ssh_hmac_bytes() 111 len = ssh_digest_bytes(ctx->alg); in ssh_hmac_final()
|
| H A D | kexsntrup761x25519.c | 146 ssh_digest_bytes(kex->hash_alg))) != 0) in kex_kem_sntrup761x25519_enc() 210 ssh_digest_bytes(kex->hash_alg))) != 0) in kex_kem_sntrup761x25519_dec()
|
| H A D | digest.h | 42 size_t ssh_digest_bytes(int alg);
|
| H A D | kexmlkem768x25519.c | 169 ssh_digest_bytes(kex->hash_alg))) != 0) in kex_kem_mlkem768x25519_enc() 245 ssh_digest_bytes(kex->hash_alg))) != 0) in kex_kem_mlkem768x25519_dec()
|
| H A D | kexgen.c | 63 if (*hashlen < ssh_digest_bytes(hash_alg)) in kex_gen_hash() 91 *hashlen = ssh_digest_bytes(hash_alg); in kex_gen_hash()
|
| H A D | ssh-dss.c | 267 size_t rlen, slen, len, dlen = ssh_digest_bytes(SSH_DIGEST_SHA1); in ssh_dss_sign() 337 size_t len, hlen = ssh_digest_bytes(SSH_DIGEST_SHA1); in ssh_dss_verify()
|
| H A D | digest-openssl.c | 100 ssh_digest_bytes(int alg) in ssh_digest_bytes() function
|
| H A D | sshsig.c | 425 if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) { in hash_buffer() 433 if ((r = sshbuf_put(b, hash, ssh_digest_bytes(alg))) != 0) { in hash_buffer() 550 if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) { in hash_file() 558 if ((r = sshbuf_put(b, hash, ssh_digest_bytes(alg))) != 0) { in hash_file()
|
| H A D | digest-libc.c | 158 ssh_digest_bytes(int alg) in ssh_digest_bytes() function
|
| H A D | sshkey.c | 999 if (ssh_digest_bytes(dgst_alg) == 0) { in sshkey_fingerprint_raw() 1019 *lenp = ssh_digest_bytes(dgst_alg); in sshkey_fingerprint_raw() 1661 ssh_digest_bytes(SSHKEY_SHIELD_PREKEY_HASH)) { in sshkey_shield_private() 1676 sshbuf_dump_data(keyiv, ssh_digest_bytes(SSHKEY_SHIELD_PREKEY_HASH), in sshkey_shield_private() 1798 ssh_digest_bytes(SSHKEY_SHIELD_PREKEY_HASH)) { in sshkey_unshield_private() 1819 sshbuf_dump_data(keyiv, ssh_digest_bytes(SSHKEY_SHIELD_PREKEY_HASH), in sshkey_unshield_private()
|
| H A D | auth2.c | 230 size_t len = ssh_digest_bytes(SSH_DIGEST_SHA512); in user_specific_delay()
|
| H A D | hostfile.c | 124 len = ssh_digest_bytes(SSH_DIGEST_SHA1); in host_hash()
|
| H A D | ssh_namespace.h | 577 #define ssh_digest_bytes Fssh_ssh_digest_bytes macro
|
| H A D | kex.c | 1070 if ((mdsz = ssh_digest_bytes(kex->hash_alg)) == 0) in derive_key()
|
| H A D | sshd.c | 1313 len = ssh_digest_bytes(SSH_DIGEST_SHA512); in accumulate_host_timing_secret()
|
| H A D | readconf.c | 372 return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in ssh_connection_hash()
|