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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddes.c165 static int des_ecb_crypt (struct _des_ctx *, const byte *, byte *, int);
464 #define des_ecb_encrypt(ctx, from, to) des_ecb_crypt(ctx, from, to, 0)
465 #define des_ecb_decrypt(ctx, from, to) des_ecb_crypt(ctx, from, to, 1)
615 des_ecb_crypt (struct _des_ctx *ctx, const byte * from, byte * to, int mode) function
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c164 static int des_ecb_crypt (struct _des_ctx *, const byte *, byte *, int);
470 #define des_ecb_encrypt(ctx, from, to) des_ecb_crypt(ctx, from, to, 0)
471 #define des_ecb_decrypt(ctx, from, to) des_ecb_crypt(ctx, from, to, 1)
621 des_ecb_crypt (struct _des_ctx *ctx, const byte * from, byte * to, int mode) function

Completed in 19 milliseconds