Lines Matching refs:sshbuf_new
595 if ((cert->certblob = sshbuf_new()) == NULL || in cert_new()
596 (cert->critical = sshbuf_new()) == NULL || in cert_new()
597 (cert->extensions = sshbuf_new()) == NULL) { in cert_new()
786 if ((tmp = sshbuf_new()) == NULL) in sshkey_puts_opts()
819 if ((b = sshbuf_new()) == NULL) in to_blob()
1203 if ((blob = sshbuf_new()) == NULL) in sshkey_read()
1257 if ((b = sshbuf_new()) == NULL) in sshkey_to_base64()
1300 if ((b = sshbuf_new()) == NULL) in sshkey_write()
1579 if ((prvbuf = sshbuf_new()) == NULL) { in sshkey_shield_private()
1719 if ((prvbuf = sshbuf_new()) == NULL) { in sshkey_unshield_private()
2236 if ((principals = sshbuf_new()) == NULL) { in sshkey_certify_custom()
2454 if ((b = sshbuf_new()) == NULL) in sshkey_private_serialize_opt()
2498 if ((k->sk_key_handle = sshbuf_new()) == NULL || in sshkey_private_deserialize_sk()
2499 (k->sk_reserved = sshbuf_new()) == NULL) in sshkey_private_deserialize_sk()
2774 if ((kdf = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
2775 (encoded = sshbuf_new()) == NULL || in sshkey_private_to_blob2()
2776 (encrypted = sshbuf_new()) == NULL) { in sshkey_private_to_blob2()
2887 if ((encoded = sshbuf_new()) == NULL || in private2_uudecode()
2888 (decoded = sshbuf_new()) == NULL) { in private2_uudecode()
2968 if ((decrypted = sshbuf_new()) == NULL) { in private2_decrypt()
3223 if ((blob = sshbuf_new()) == NULL) in sshkey_private_to_blob_pem_pkcs8()