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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c712 twofish_setkey (void *context, const byte *key, unsigned int keylen)
911 twofish_setkey (&ctx, key, sizeof(key));
919 twofish_setkey (&ctx, key_256, sizeof(key_256));
995 twofish_setkey (&ctx, buffer[0], sizeof (buffer[0]));
998 twofish_setkey (&ctx, buffer[1], sizeof (buffer[1]));
1001 twofish_setkey (&ctx, buffer[2], sizeof (buffer[2])*2);
1013 twofish_setkey (&ctx, buffer[2], sizeof (buffer[2])*2);
1018 twofish_setkey (&ctx, buffer[1], sizeof (buffer[1]));
1021 twofish_setkey (&ctx, buffer[0], sizeof (buffer[0]));
1044 twofish_setkey, twofish_encryp
707 twofish_setkey (void *context, const byte *key, unsigned int keylen) function
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c711 twofish_setkey (void *context, const byte *key, unsigned int keylen)
935 twofish_setkey (&ctx, buffer[0], sizeof (buffer[0]));
938 twofish_setkey (&ctx, buffer[1], sizeof (buffer[1]));
941 twofish_setkey (&ctx, buffer[2], sizeof (buffer[2])*2);
953 twofish_setkey (&ctx, buffer[2], sizeof (buffer[2])*2);
958 twofish_setkey (&ctx, buffer[1], sizeof (buffer[1]));
961 twofish_setkey (&ctx, buffer[0], sizeof (buffer[0]));
984 twofish_setkey, twofish_encrypt, twofish_decrypt
994 twofish_setkey, twofish_encrypt, twofish_decrypt
706 twofish_setkey (void *context, const byte *key, unsigned int keylen) function

Completed in 21 milliseconds