Lines Matching refs:decodekey
441 buffer * decodekey = NULL; in cmp_base64_key() local
450 decodekey = buf_new(decodekeylen); in cmp_base64_key()
453 buf_getwriteptr(decodekey, decodekey->size), in cmp_base64_key()
459 buf_incrlen(decodekey, decodekeylen); in cmp_base64_key()
462 *fingerprint = sign_key_fingerprint(buf_getptr(decodekey, decodekeylen), in cmp_base64_key()
468 || memcmp( buf_getptr(decodekey, decodekey->len), in cmp_base64_key()
469 keyblob, decodekey->len) != 0) { in cmp_base64_key()
476 filealgolen = buf_getint(decodekey); in cmp_base64_key()
477 filealgo = buf_getptr(decodekey, filealgolen); in cmp_base64_key()
487 buf_free(decodekey); in cmp_base64_key()
488 decodekey = NULL; in cmp_base64_key()