HomeSort by relevance Sort by last modified time
    Searched refs:signaturelen (Results 1 - 5 of 5) sorted by null

  /external/openssh/
ssh-dss.c 109 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen,
128 sigblob = xmalloc(signaturelen);
129 memcpy(sigblob, signature, signaturelen);
130 len = signaturelen;
135 buffer_append(&b, signature, signaturelen);
ssh-ecdsa.c 96 ssh_ecdsa_verify(const Key *key, const u_char *signature, u_int signaturelen,
117 buffer_append(&b, signature, signaturelen);
ssh-rsa.c 107 ssh_rsa_verify(const Key *key, const u_char *signature, u_int signaturelen,
129 buffer_append(&b, signature, signaturelen);
key.c     [all...]
monitor.c 1324 u_int signaturelen, datalen, bloblen; local
    [all...]

Completed in 51 milliseconds