Searched refs:sig_blob (Results 1 – 1 of 1) sorted by relevance
2378 u_char *ca_blob = NULL, *sig_blob = NULL, nonce[32]; in sshkey_certify() local2464 if ((ret = sshkey_sign(ca, &sig_blob, &sig_len, sshbuf_ptr(cert), in sshkey_certify()2469 if ((ret = sshbuf_put_string(cert, sig_blob, sig_len)) != 0) in sshkey_certify()2475 if (sig_blob != NULL) in sshkey_certify()2476 free(sig_blob); in sshkey_certify()