Searched refs:ca_blob (Results 1 – 1 of 1) sorted by relevance
2252 u_char *ca_blob = NULL, *sig_blob = NULL, nonce[32]; in sshkey_certify_custom() local2285 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0) in sshkey_certify_custom()2324 (ret = sshbuf_put_string(cert, ca_blob, ca_len)) != 0) in sshkey_certify_custom()2350 free(ca_blob); in sshkey_certify_custom()