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

  /src/sys/opencrypto/
cryptodev.h 458 struct cryptop { struct
459 TAILQ_ENTRY(cryptop) crp_next;
497 void (*crp_callback)(struct cryptop *); /*
588 int (*cc_process) (void*, struct cryptop *, int);
616 int (*process)(void*, struct cryptop *, int),
623 extern void crypto_dispatch(struct cryptop *crp);
628 extern void crypto_done(struct cryptop *crp);
637 extern void crypto_freereq(struct cryptop *crp);
638 extern struct cryptop *crypto_getreq(int num);
cryptodev.h 458 struct cryptop { struct
459 TAILQ_ENTRY(cryptop) crp_next;
497 void (*crp_callback)(struct cryptop *); /*
588 int (*cc_process) (void*, struct cryptop *, int);
616 int (*process)(void*, struct cryptop *, int),
623 extern void crypto_dispatch(struct cryptop *crp);
628 extern void crypto_done(struct cryptop *crp);
637 extern void crypto_freereq(struct cryptop *crp);
638 extern struct cryptop *crypto_getreq(int num);
cryptodev.h 458 struct cryptop { struct
459 TAILQ_ENTRY(cryptop) crp_next;
497 void (*crp_callback)(struct cryptop *); /*
588 int (*cc_process) (void*, struct cryptop *, int);
616 int (*process)(void*, struct cryptop *, int),
623 extern void crypto_dispatch(struct cryptop *crp);
628 extern void crypto_done(struct cryptop *crp);
637 extern void crypto_freereq(struct cryptop *crp);
638 extern struct cryptop *crypto_getreq(int num);

Completed in 79 milliseconds