Searched refs:_des_ctx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddes.c143 typedef struct _des_ctx struct
164 static int des_setkey (struct _des_ctx *, const byte *);
165 static int des_ecb_crypt (struct _des_ctx *, const byte *, byte *, int);
580 des_setkey (struct _des_ctx *ctx, const byte * key)
615 des_ecb_crypt (struct _des_ctx *ctx, const byte * from, byte * to, int mode)
838 struct _des_ctx *ctx = (struct _des_ctx *) context;
858 struct _des_ctx *ctx = (struct _des_ctx *) context;
867 struct _des_ctx *ct
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c142 typedef struct _des_ctx struct
163 static int des_setkey (struct _des_ctx *, const byte *);
164 static int des_ecb_crypt (struct _des_ctx *, const byte *, byte *, int);
586 des_setkey (struct _des_ctx *ctx, const byte * key)
621 des_ecb_crypt (struct _des_ctx *ctx, const byte * from, byte * to, int mode)
1077 struct _des_ctx *ctx = (struct _des_ctx *) context;
1097 struct _des_ctx *ctx = (struct _des_ctx *) context;
1106 struct _des_ctx *ct
[all...]

Completed in 19 milliseconds