Lines Matching refs:sshbuf_new
595 if ((cert->certblob = sshbuf_new()) == NULL ||
596 (cert->critical = sshbuf_new()) == NULL ||
597 (cert->extensions = sshbuf_new()) == NULL) {
786 if ((tmp = sshbuf_new()) == NULL)
819 if ((b = sshbuf_new()) == NULL)
1203 if ((blob = sshbuf_new()) == NULL)
1257 if ((b = sshbuf_new()) == NULL)
1300 if ((b = sshbuf_new()) == NULL)
1579 if ((prvbuf = sshbuf_new()) == NULL) {
1719 if ((prvbuf = sshbuf_new()) == NULL) {
2236 if ((principals = sshbuf_new()) == NULL) {
2454 if ((b = sshbuf_new()) == NULL)
2498 if ((k->sk_key_handle = sshbuf_new()) == NULL ||
2499 (k->sk_reserved = sshbuf_new()) == NULL)
2774 if ((kdf = sshbuf_new()) == NULL ||
2775 (encoded = sshbuf_new()) == NULL ||
2776 (encrypted = sshbuf_new()) == NULL) {
2887 if ((encoded = sshbuf_new()) == NULL ||
2888 (decoded = sshbuf_new()) == NULL) {
2968 if ((decrypted = sshbuf_new()) == NULL) {
3223 if ((blob = sshbuf_new()) == NULL)