Lines Matching full:signature
33 * Creates a detached SSH signature for a given buffer.
35 * out is populated with the detached signature, or NULL on failure.
43 * Verifies that a detached signature is valid and optionally returns key
47 int sshsig_verifyb(struct sshbuf *signature,
54 * Creates a detached SSH signature for a given file.
56 * out is populated with the detached signature, or NULL on failure.
64 * Verifies that a detached signature over a file is valid and optionally
68 int sshsig_verify_fd(struct sshbuf *signature, int fd,
75 * Return a base64 encoded "ASCII armoured" version of a raw signature.
80 * Decode a base64 encoded armoured signature to a raw signature.
91 /* Parse zero or more allowed_keys signature options */
95 /* Free signature options */
98 /* Get public key from signature */
99 int sshsig_get_pubkey(struct sshbuf *signature, struct sshkey **pubkey);