HomeSort by: relevance | last modified time | path
    Searched defs:sop (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/opencrypto/
ocryptodev.c 249 struct session_op sop; local in function:ocryptodev_session
252 sop.cipher = osop->cipher;
253 sop.mac = osop->mac;
254 sop.comp_alg = 0;
255 sop.keylen = osop->keylen;
256 sop.key = osop->key;
257 sop.mackeylen = osop->mackeylen;
258 sop.mackey = osop->mackey;
259 res = cryptodev_session(fcr, &sop);
262 osop->ses = sop.ses
    [all...]
cryptodev.c 228 struct session_op *sop; local in function:cryptof_ioctl
278 sop = (struct session_op *)data;
279 error = cryptodev_session(fcr, sop);
1455 cryptodev_session(struct fcrypt *fcr, struct session_op *sop)
1467 DPRINTF("cipher=%d, mac=%d\n", sop->cipher, sop->mac);
1470 switch (sop->cipher) {
1510 DPRINTF("Invalid cipher %d\n", sop->cipher);
1514 switch (sop->comp_alg) {
1525 DPRINTF("Invalid compression alg %d\n", sop->comp_alg)
    [all...]
  /src/lib/libc/db/hash/
hash_page.c 410 uint16_t *bp, *sop; local in function:__addel
452 sop = (uint16_t *)(void *)bufp->page;
454 if (PAIRFITS(sop, key, val))
455 putpair((char *)(void *)sop, key, val);
  /src/lib/libc/regex/
regex2.h 79 typedef uint32_t sop; /* strip operator */ typedef in typeref:typename:uint32_t
86 #define SOP(op, opnd) ((op)|(opnd))
178 sop *strip; /* malloced area for strip */
  /src/sys/dev/ic/
mvsata.c 3241 int rv, lop, sop; local in function:mvsata_dma_bufload
3245 sop = (flags & ATA_READ) ? BUS_DMASYNC_PREREAD : BUS_DMASYNC_PREWRITE;
3256 data_dmamap->dm_mapsize, sop);
  /src/sys/dev/pci/
if_vmxreg.h 144 uint32_t sop:1; /* Start of packet */ member in struct:vmxnet3_rxcompdesc
if_vmx.c 2127 u_int sop; local in function:vmxnet3_txq_eof
2154 sop = txr->vxtxr_next;
2155 txb = &txr->vxtxr_txbuf[sop];
2419 if (rxcd->sop) {
3106 struct vmxnet3_txdesc *txd, *sop; local in function:vmxnet3_txq_encap
3146 sop = &txr->vxtxr_txd[txr->vxtxr_head];
3174 sop->vtag_mode = 1;
3175 sop->vtag = vlan_get_tag(m);
3179 sop->offload_mode = VMXNET3_OM_TSO;
3180 sop->hlen = start
    [all...]

Completed in 32 milliseconds