Searched refs:sig_blob (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 2287 u_char *ca_blob = NULL, *sig_blob = NULL, nonce[32]; in sshkey_certify_custom() local 2363 if ((ret = signer(ca, &sig_blob, &sig_len, sshbuf_ptr(cert), in sshkey_certify_custom() 2367 if ((ret = sshkey_get_sigtype(sig_blob, sig_len, &sigtype)) != 0) in sshkey_certify_custom() 2378 if ((ret = sshbuf_put_string(cert, sig_blob, sig_len)) != 0) in sshkey_certify_custom() 2384 free(sig_blob); in sshkey_certify_custom()
|