Home
last modified time | relevance | path

Searched refs:algoname (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/
Dcli-kex.c215 const char *algoname = NULL; in checkhostkey() local
229 algoname = signkey_name_from_type(ses.newkeys->algo_hostkey, &algolen); in checkhostkey()
260 if (strncmp(buf_getptr(line, algolen), algoname, algolen) != 0) { in checkhostkey()
272 ret = cmp_base64_key(keyblob, keybloblen, algoname, algolen, in checkhostkey()
309 buf_putbytes(line, algoname, algolen); in checkhostkey()
Dcli-authpubkey.c132 const char *algoname = NULL; in send_msg_userauth_pubkey() local
152 algoname = signkey_name_from_type(type, &algolen); in send_msg_userauth_pubkey()
154 buf_putstring(ses.writepayload, algoname, algolen); in send_msg_userauth_pubkey()
Dsignkey.h60 const unsigned char* algoname, unsigned int algolen,
Dsignkey.c438 const unsigned char* algoname, unsigned int algolen, in cmp_base64_key() argument
478 if (filealgolen != algolen || memcmp(filealgo, algoname, algolen) != 0) { in cmp_base64_key()