Lines Matching full:u_char
37 static int openssh_RSA_verify(int, u_char *, size_t, u_char *, size_t, RSA *);
41 ssh_rsa_sign(const struct sshkey *key, u_char **sigp, size_t *lenp,
42 const u_char *data, size_t datalen, u_int compat)
45 u_char digest[SSH_DIGEST_MAX_LENGTH], *sig = NULL;
121 const u_char *signature, size_t signaturelen,
122 const u_char *data, size_t datalen, u_int compat)
128 u_char digest[SSH_DIGEST_MAX_LENGTH], *osigblob, *sigblob = NULL;
203 static const u_char id_sha1[] = {
213 openssh_RSA_verify(int hash_alg, u_char *hash, size_t hashlen,
214 u_char *sigbuf, size_t siglen, RSA *rsa)
218 const u_char *oid = NULL;
219 u_char *decrypted = NULL;