Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDkey.h154 int ssh_rsa_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
HDssh-rsa.c112 ssh_rsa_verify(const Key *key, const u_char *signature, u_int signaturelen, in ssh_rsa_verify() function
HDkey.c1813 return ssh_rsa_verify(key, signature, signaturelen, data, datalen); in key_verify()