Lines Matching defs:cryptop
458 struct cryptop { struct
460 u_int64_t crp_sid; /* Session ID */
462 int crp_ilen; /* Input data total length */
463 int crp_olen; /* Result total length */
465 int crp_etype; /*
497 void (*crp_callback)(struct cryptop *); /* argument
503 void * crp_mac;
508 u_int32_t crp_reqid; /* request id */
509 void * crp_usropaque; /* Opaque pointer from user, passed along */
510 struct timespec crp_tstamp; /* performance time stamp */
511 kcondvar_t crp_cv;
512 struct fcrypt *fcrp;
513 void * dst;
514 void * mac;
515 u_int len;
516 u_char tmp_iv[EALG_MAX_BLOCK_LEN];
517 u_char tmp_mac[CRYPTO_MAX_MAC_LEN];
519 struct iovec iovec[1];
520 struct uio uio;
521 uint32_t magic;
522 struct cpu_info *reqcpu; /*