Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshkey_from_blob

825 	if (blen != 0 && (r = sshkey_from_blob(blob, blen, &ca_key)) != 0)
1003 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) {