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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha256.h 39 crypto_hash_sha256_state ictx; member in struct:crypto_auth_hmacsha256_state
crypto_auth_hmacsha512.h 39 crypto_hash_sha512_state ictx; member in struct:crypto_auth_hmacsha512_state
  /src/sys/dev/i2o/
iop.c 80 #define IOP_ICTXHASH(ictx) (&iop_ictxhashtbl[(ictx) & iop_ictxhash])
1422 iop_simple_cmd(struct iop_softc *sc, int tid, int function, int ictx,
1434 mf.msgictx = ictx;
1616 u_int off, ictx, tctx, status, size; local in function:iop_handle_reply
1634 ictx = le32toh(rb->msgictx);
1635 if (ictx == IOP_ICTX)
1638 ii = LIST_FIRST(IOP_ICTXHASH(ictx));
1640 if (ii->ii_ictx == ictx)
1646 aprint_error_dev(sc->sc_dev, "WARNING: bad ictx returned (%x)\n"
    [all...]

Completed in 128 milliseconds