HomeSort by: relevance | last modified time | path
    Searched refs:subsect (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
krl.c 837 cert_extension_subsection(struct sshbuf *subsect, struct ssh_krl *krl)
844 if ((r = sshbuf_get_cstring(subsect, &name, NULL)) != 0 ||
845 (r = sshbuf_get_u8(subsect, &critical)) != 0 ||
846 (r = sshbuf_froms(subsect, &value)) != 0) {
852 if (sshbuf_len(subsect) != 0) {
882 struct sshbuf *subsect = NULL; local
888 if ((subsect = sshbuf_new()) == NULL)
899 sshbuf_free(subsect);
900 subsect = NULL;
902 (r = sshbuf_froms(buf, &subsect)) != 0
    [all...]
  /src/sys/arch/hpcmips/vr/
flash_vrip.c 639 } subsect[] = { local
669 for (ss = subsect; ss->devcode; ss++) {
679 DPRINTF(("flash: amd_erase(): devcode = %04x subsect = %08x\n",

Completed in 26 milliseconds