Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c2384 u_char *ca_blob = NULL, *sig_blob = NULL, nonce[32]; in sshkey_certify() local
2397 if ((ret = sshkey_to_blob(ca, &ca_blob, &ca_len)) != 0) in sshkey_certify()
2466 (ret = sshbuf_put_string(cert, ca_blob, ca_len)) != 0) in sshkey_certify()
2482 free(ca_blob); in sshkey_certify()