Lines Matching refs:cblob
1508 strbuf *pubblob, *privblob, *cblob; in openssh_new_write() local
1527 cblob = strbuf_new_nm(); in openssh_new_write()
1530 put_asciz(cblob, "openssh-key-v1"); in openssh_new_write()
1535 put_stringz(cblob, "none"); in openssh_new_write()
1536 put_stringz(cblob, "none"); in openssh_new_write()
1537 put_stringz(cblob, ""); in openssh_new_write()
1542 put_stringz(cblob, "aes256-ctr"); in openssh_new_write()
1543 put_stringz(cblob, "bcrypt"); in openssh_new_write()
1547 put_stringsb(cblob, substr); in openssh_new_write()
1551 put_uint32(cblob, 1); in openssh_new_write()
1554 put_string(cblob, pubblob->s, pubblob->len); in openssh_new_write()
1602 put_stringsb(cblob, cpblob); in openssh_new_write()
1613 base64_encode(fp, cblob->u, cblob->len, 64); in openssh_new_write()
1619 if (cblob) in openssh_new_write()
1620 strbuf_free(cblob); in openssh_new_write()