Searched refs:encrypt_block (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dblowfish.c52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf);
430 encrypt_block (void *context, byte *outbuf, const byte *inbuf) function
477 encrypt_block( (void *) &c, buffer, plain );
485 encrypt_block( (void *) &c, buffer, plain3 );
604 bf_setkey, encrypt_block, decrypt_block
H A Dcast5.c54 static void encrypt_block (void *c, byte *outbuf, const byte *inbuf);
409 encrypt_block (void *context , byte *outbuf, const byte *inbuf) function
478 encrypt_block( &c, buffer, plain );
499 encrypt_block( &c, a0, a0 );
500 encrypt_block( &c, a0+8, a0+8 );
502 encrypt_block( &c, b0, b0 );
503 encrypt_block( &c, b0+8, b0+8 );
619 cast_setkey, encrypt_block, decrypt_block
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dblowfish.c52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf);
430 encrypt_block (void *context, byte *outbuf, const byte *inbuf) function
576 bf_setkey, encrypt_block, decrypt_block
H A Dcast5.c54 static void encrypt_block (void *c, byte *outbuf, const byte *inbuf);
409 encrypt_block (void *context , byte *outbuf, const byte *inbuf) function
574 cast_setkey, encrypt_block, decrypt_block

Completed in 22 milliseconds