Home
last modified time | relevance | path

Searched refs:ca_blob (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshkey.c2287 u_char *ca_blob = NULL, *sig_blob = NULL, nonce[32]; in sshkey_certify_custom() local
2320 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0) in sshkey_certify_custom()
2359 (ret = sshbuf_put_string(cert, ca_blob, ca_len)) != 0) in sshkey_certify_custom()
2385 free(ca_blob); in sshkey_certify_custom()