Lines Matching refs:blen
246 size_t blen; in deserialise_identity2() local
248 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 || in deserialise_identity2()
251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0) in deserialise_identity2()
437 size_t blen = 0, len = 0; in ssh_agent_sign() local
452 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_agent_sign()
455 (r = sshbuf_put_string(msg, blob, blen)) != 0 || in ssh_agent_sign()
476 explicit_bzero(blob, blen); in ssh_agent_sign()
608 size_t blen; in ssh_remove_identity() local
624 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) in ssh_remove_identity()
628 (r = sshbuf_put_string(msg, blob, blen)) != 0) in ssh_remove_identity()
641 explicit_bzero(blob, blen); in ssh_remove_identity()