Searched refs:ssh_digest_memory (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | digest-openssl.c | 185 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory() function 205 return ssh_digest_memory(alg, sshbuf_ptr(b), sshbuf_len(b), d, dlen); in ssh_digest_buffer()
|
| H A D | digest-libc.c | 248 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory() function 265 return ssh_digest_memory(alg, sshbuf_ptr(b), sshbuf_len(b), d, dlen); in ssh_digest_buffer()
|
| H A D | ssh-ed25519-sk.c | 182 if (ssh_digest_memory(SSH_DIGEST_SHA256, key->sk_application, in ssh_ed25519_sk_verify() 184 ssh_digest_memory(SSH_DIGEST_SHA256, data, dlen, in ssh_ed25519_sk_verify()
|
| H A D | digest.h | 52 int ssh_digest_memory(int alg, const void *m, size_t mlen,
|
| H A D | ssh-ecdsa-sk.c | 350 } else if ((ret = ssh_digest_memory(SSH_DIGEST_SHA256, data, dlen, in ssh_ecdsa_sk_verify() 354 if ((ret = ssh_digest_memory(SSH_DIGEST_SHA256, key->sk_application, in ssh_ecdsa_sk_verify()
|
| H A D | hmac.c | 74 else if (ssh_digest_memory(ctx->alg, key, klen, ctx->buf, in ssh_hmac_init()
|
| H A D | misc-agent.c | 67 if ((r = ssh_digest_memory(SSH_DIGEST_SHA512, in hostname_hash()
|
| H A D | auth2.c | 236 if (ssh_digest_memory(SSH_DIGEST_SHA512, b, strlen(b), hash, len) != 0) in user_specific_delay()
|
| H A D | sshkey.c | 1000 if ((r = ssh_digest_memory(dgst_alg, blob, blob_len, in sshkey_fingerprint_raw() 1660 if ((r = ssh_digest_memory(SSHKEY_SHIELD_PREKEY_HASH, in sshkey_shield_private() 1799 if ((r = ssh_digest_memory(SSHKEY_SHIELD_PREKEY_HASH, in sshkey_unshield_private()
|
| H A D | ssh-pkcs11.c | 593 if ((r = ssh_digest_memory(hashalg, data, datalen, in pkcs11_sign_rsa() 670 if ((r = ssh_digest_memory(hashalg, data, datalen, in pkcs11_sign_ecdsa()
|
| H A D | ssh_namespace.h | 585 #define ssh_digest_memory Fssh_ssh_digest_memory macro
|
| H A D | ChangeLog | 1717 upstream: Plug leak in ssh_digest_memory on error path.
|