HomeSort by: relevance | last modified time | path
    Searched refs:session_op (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/opencrypto/
cryptodev_internal.h 16 struct session_op;
22 int cryptodev_session(struct fcrypt *, struct session_op *);
ocryptodev.h 97 struct session_op;
cryptodev.h 161 struct session_op { struct
376 #define CIOCGSESSION _IOWR('c', 112, struct session_op)
ocryptodev.c 252 struct session_op sop;
  /src/tests/crypto/opencrypto/
h_arc4.c 50 struct session_op cs;
h_cbcdes.c 51 struct session_op cs;
h_null.c 46 struct session_op cs;
h_aesctr2.c 53 struct session_op cs;
h_camellia.c 56 struct session_op cs;
h_cbc3des.c 55 struct session_op cs;
h_comp.c 46 struct session_op cs;
h_comp_zlib.c 45 struct session_op cs;
h_comp_zlib_rnd.c 47 struct session_op cs;
h_gcm.c 55 struct session_op cs;
h_md5.c 75 struct session_op cs;
h_xcbcmac.c 77 struct session_op cs;
h_ioctl.c 185 struct session_op cs;
286 struct session_op cs;
h_thread.c 99 struct session_op cs;
h_aescbc.c 125 struct session_op cs;
h_aesctr1.c 211 struct session_op cs;
h_md5hmac.c 143 struct session_op cs;
h_sha1hmac.c 153 struct session_op cs;
h_sha2hmac.c 232 struct session_op cs;
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 40 static int clean_devcrypto_session(struct session_op *sess) {
45 memset(sess, 0, sizeof(struct session_op));
60 struct session_op sess;
347 struct session_op sess;
461 struct session_op sess;
628 struct session_op sess1, sess2;
  /src/sys/sys/
compat_stub.h 130 struct session_op;

Completed in 56 milliseconds

1 2