Searched refs:decrypt_block (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | blowfish.c | 53 static void decrypt_block (void *bc, byte *outbuf, const byte *inbuf); 457 decrypt_block (void *context, byte *outbuf, const byte *inbuf) function 480 decrypt_block( (void *) &c, buffer, buffer ); 488 decrypt_block( (void *) &c, buffer, buffer ); 604 bf_setkey, encrypt_block, decrypt_block
|
H A D | cast5.c | 55 static void decrypt_block (void *c, byte *outbuf, const byte *inbuf); 459 decrypt_block (void *context, byte *outbuf, const byte *inbuf) function 481 decrypt_block( &c, buffer, buffer ); 619 cast_setkey, encrypt_block, decrypt_block
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | blowfish.c | 53 static void decrypt_block (void *bc, byte *outbuf, const byte *inbuf); 457 decrypt_block (void *context, byte *outbuf, const byte *inbuf) function 576 bf_setkey, encrypt_block, decrypt_block
|
H A D | cast5.c | 55 static void decrypt_block (void *c, byte *outbuf, const byte *inbuf); 459 decrypt_block (void *context, byte *outbuf, const byte *inbuf) function 574 cast_setkey, encrypt_block, decrypt_block
|
Completed in 33 milliseconds