Home | History | Annotate | Download | only in openssh

Lines Matching defs:blob

395 	u_char *blob;
401 /* Convert the key to a blob and the pass it over */
402 if (!key_to_blob(key, &blob, &len))
409 buffer_put_string(&m, blob, len);
411 free(blob);
440 u_char *blob;
446 /* Convert the key to a blob and the pass it over */
447 if (!key_to_blob(key, &blob, &len))
451 buffer_put_string(&m, blob, len);
454 free(blob);