Lines Matching defs:blob
240 u_char *blob = NULL, *signature = NULL;
261 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) {
268 (r = sshbuf_put_string(msg, blob, blen)) != 0 ||
285 free(blob);
319 u_char *blob = NULL, *signature = NULL;
344 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0) {
351 (r = sshbuf_put_string(msg, blob, blen)) != 0 ||
367 free(blob);
602 u_char *blob;
631 if ((r = sshbuf_get_string(msg, &blob, &blen)) != 0 ||
634 if ((r = sshkey_from_blob(blob, blen, &k)) != 0)
642 free(blob);