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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c57 } TWOFISH_context; typedef in typeref:struct:__anon545
572 do_twofish_setkey (TWOFISH_context *ctx, const byte *key, const unsigned keylen)
714 TWOFISH_context *ctx = context;
785 do_twofish_encrypt (const TWOFISH_context *ctx, byte *out, const byte *in)
819 TWOFISH_context *ctx = context;
829 do_twofish_decrypt (const TWOFISH_context *ctx, byte *out, const byte *in)
863 TWOFISH_context *ctx = context;
876 TWOFISH_context ctx; /* Expanded key. */
947 TWOFISH_context ctx; /* Expanded key. */
1043 "TWOFISH", NULL, NULL, 16, 256, sizeof (TWOFISH_context),
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c56 } TWOFISH_context; typedef in typeref:struct:__anon589
571 do_twofish_setkey (TWOFISH_context *ctx, const byte *key, const unsigned keylen)
713 TWOFISH_context *ctx = context;
784 do_twofish_encrypt (const TWOFISH_context *ctx, byte *out, const byte *in)
818 TWOFISH_context *ctx = context;
828 do_twofish_decrypt (const TWOFISH_context *ctx, byte *out, const byte *in)
862 TWOFISH_context *ctx = context;
887 TWOFISH_context ctx; /* Expanded key. */
983 "TWOFISH", NULL, NULL, 16, 256, sizeof (TWOFISH_context),
993 "TWOFISH128", NULL, NULL, 16, 128, sizeof (TWOFISH_context),
[all...]

Completed in 20 milliseconds