Home
last modified time | relevance | path

Searched refs:ssh_rsa_verify (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dkey.h144 int ssh_rsa_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
Dssh-rsa.c107 ssh_rsa_verify(const Key *key, const u_char *signature, u_int signaturelen, in ssh_rsa_verify() function
Dkey.c1700 return ssh_rsa_verify(key, signature, signaturelen, data, datalen); in key_verify()