Lines Matching refs:blob
315 u_char *blob; in ssh_get_next_identity() local
339 blob = buffer_get_string(&auth->identities, &blen); in ssh_get_next_identity()
341 key = key_from_blob(blob, blen); in ssh_get_next_identity()
342 xfree(blob); in ssh_get_next_identity()
419 u_char *blob; in ssh_agent_sign() local
424 if (key_to_blob(key, &blob, &blen) == 0) in ssh_agent_sign()
432 buffer_put_string(&msg, blob, blen); in ssh_agent_sign()
435 xfree(blob); in ssh_agent_sign()
560 u_char *blob; in ssh_remove_identity() local
571 key_to_blob(key, &blob, &blen); in ssh_remove_identity()
573 buffer_put_string(&msg, blob, blen); in ssh_remove_identity()
574 xfree(blob); in ssh_remove_identity()