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

  /src/sys/opencrypto/
cryptodev.c 1692 struct session_op s_op; local in function:cryptodev_msession
1693 s_op.cipher = sn_ops->cipher;
1694 s_op.mac = sn_ops->mac;
1695 s_op.comp_alg = sn_ops->comp_alg;
1696 s_op.keylen = sn_ops->keylen;
1697 s_op.key = sn_ops->key;
1698 s_op.mackeylen = sn_ops->mackeylen;
1699 s_op.mackey = sn_ops->mackey;
1700 s_op.ses = ~0;
1702 sn_ops->status = cryptodev_session(fcr, &s_op);
    [all...]
cryptodev.c 1692 struct session_op s_op; local in function:cryptodev_msession
1693 s_op.cipher = sn_ops->cipher;
1694 s_op.mac = sn_ops->mac;
1695 s_op.comp_alg = sn_ops->comp_alg;
1696 s_op.keylen = sn_ops->keylen;
1697 s_op.key = sn_ops->key;
1698 s_op.mackeylen = sn_ops->mackeylen;
1699 s_op.mackey = sn_ops->mackey;
1700 s_op.ses = ~0;
1702 sn_ops->status = cryptodev_session(fcr, &s_op);
    [all...]

Completed in 22 milliseconds