crypto.9 (9dba179d5e2453efa8e67ee2df13ee86d46ad0d4) crypto.9 (c2965cd1854b75e6a13cb4bd6759b71adc8d2a87)
1.\" $OpenBSD: crypto.9,v 1.19 2002/07/16 06:31:57 angelos Exp $
2.\"
3.\" The author of this manual page is Angelos D. Keromytis (angelos@cis.upenn.edu)
4.\"
5.\" Copyright (c) 2000, 2001 Angelos D. Keromytis
6.\"
7.\" Permission to use, copy, and modify this software with or without fee
8.\" is hereby granted, provided that this entire notice is included in

--- 436 unchanged lines hidden (view full) ---

445.Vt cryptop
446structure.
447.Pp
448.Fn crypto_kdispatch
449is called to perform a keying operation.
450The various fields in the
451.Vt cryptkop
452structure are:
1.\" $OpenBSD: crypto.9,v 1.19 2002/07/16 06:31:57 angelos Exp $
2.\"
3.\" The author of this manual page is Angelos D. Keromytis (angelos@cis.upenn.edu)
4.\"
5.\" Copyright (c) 2000, 2001 Angelos D. Keromytis
6.\"
7.\" Permission to use, copy, and modify this software with or without fee
8.\" is hereby granted, provided that this entire notice is included in

--- 436 unchanged lines hidden (view full) ---

445.Vt cryptop
446structure.
447.Pp
448.Fn crypto_kdispatch
449is called to perform a keying operation.
450The various fields in the
451.Vt cryptkop
452structure are:
453.Bl -tag -width ".Va krp_callback'
453.Bl -tag -width ".Va krp_callback"
454.It Va krp_op
455Operation code, such as
456.Dv CRK_MOD_EXP .
457.It Va krp_status
458Return code.
459This
460.Va errno Ns -style
461variable indicates whether lower level reasons

--- 204 unchanged lines hidden ---
454.It Va krp_op
455Operation code, such as
456.Dv CRK_MOD_EXP .
457.It Va krp_status
458Return code.
459This
460.Va errno Ns -style
461variable indicates whether lower level reasons

--- 204 unchanged lines hidden ---