Lines Matching refs:sshbuf_new
699 if ((cert->certblob = sshbuf_new()) == NULL || in cert_new()
700 (cert->critical = sshbuf_new()) == NULL || in cert_new()
701 (cert->extensions = sshbuf_new()) == NULL) { in cert_new()
922 if ((tmp = sshbuf_new()) == NULL) in sshkey_puts_opts()
955 if ((b = sshbuf_new()) == NULL) in to_blob()
1339 if ((blob = sshbuf_new()) == NULL) in sshkey_read()
1393 if ((b = sshbuf_new()) == NULL) in sshkey_to_base64()
1436 if ((b = sshbuf_new()) == NULL) in sshkey_write()
1684 if ((prvbuf = sshbuf_new()) == NULL) { in sshkey_shield_private()
1824 if ((prvbuf = sshbuf_new()) == NULL) { in sshkey_unshield_private()
2341 if ((principals = sshbuf_new()) == NULL) { in sshkey_certify_custom()
2559 if ((b = sshbuf_new()) == NULL) in sshkey_private_serialize_opt()
2603 if ((k->sk_key_handle = sshbuf_new()) == NULL || in sshkey_private_deserialize_sk()
2604 (k->sk_reserved = sshbuf_new()) == NULL) in sshkey_private_deserialize_sk()
2866 if ((kdf = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
2867 (encoded = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
2868 (encrypted = sshbuf_new()) == NULL) { in sshkey_private_to_blob2()
2979 if ((encoded = sshbuf_new()) == NULL || in private2_uudecode()
2980 (decoded = sshbuf_new()) == NULL) { in private2_uudecode()
3060 if ((decrypted = sshbuf_new()) == NULL) { in private2_decrypt()
3315 if ((blob = sshbuf_new()) == NULL) in sshkey_private_to_blob_pem_pkcs8()