Searched refs:algoname (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/ |
D | cli-kex.c | 215 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()
|
D | cli-authpubkey.c | 132 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()
|
D | signkey.h | 60 const unsigned char* algoname, unsigned int algolen,
|
D | signkey.c | 438 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()
|