Lines Matching refs:sshbuf_new
465 if ((cert->certblob = sshbuf_new()) == NULL || in cert_new()
466 (cert->critical = sshbuf_new()) == NULL || in cert_new()
467 (cert->extensions = sshbuf_new()) == NULL) { in cert_new()
838 if ((tmp = sshbuf_new()) == NULL) in sshkey_puts()
864 if ((b = sshbuf_new()) == NULL) in to_blob()
1316 if ((blob = sshbuf_new()) == NULL) in sshkey_read()
1428 if ((b = sshbuf_new()) == NULL) in sshkey_write()
1464 if ((bb = sshbuf_new()) == NULL) { in sshkey_write()
2480 if ((principals = sshbuf_new()) == NULL) { in sshkey_certify()
3076 if ((kdf = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
3077 (encoded = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
3078 (encrypted = sshbuf_new()) == NULL) { in sshkey_private_to_blob2()
3218 if ((encoded = sshbuf_new()) == NULL || in sshkey_parse_private2()
3219 (decoded = sshbuf_new()) == NULL || in sshkey_parse_private2()
3220 (decrypted = sshbuf_new()) == NULL) { in sshkey_parse_private2()
3436 if ((buffer = sshbuf_new()) == NULL) in sshkey_private_rsa1_to_blob()
3463 if ((encrypted = sshbuf_new()) == NULL) { in sshkey_private_rsa1_to_blob()
3701 (decrypted = sshbuf_new()) == NULL) { in sshkey_parse_private_rsa1()