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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dblowfish.c49 } BLOWFISH_context; typedef in typeref:struct:__anon494
246 function_F( BLOWFISH_context *bc, u32 x )
277 do_encrypt ( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr )
343 decrypt ( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr )
412 do_encrypt_block ( BLOWFISH_context *bc, byte *outbuf, const byte *inbuf )
432 BLOWFISH_context *bc = (BLOWFISH_context *) context;
439 do_decrypt_block (BLOWFISH_context *bc, byte *outbuf, const byte *inbuf)
459 BLOWFISH_context *bc = (BLOWFISH_context *) contex
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dblowfish.c49 } BLOWFISH_context; typedef in typeref:struct:__anon548
246 function_F( BLOWFISH_context *bc, u32 x )
277 do_encrypt ( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr )
343 decrypt ( BLOWFISH_context *bc, u32 *ret_xl, u32 *ret_xr )
412 do_encrypt_block ( BLOWFISH_context *bc, byte *outbuf, const byte *inbuf )
432 BLOWFISH_context *bc = (BLOWFISH_context *) context;
439 do_decrypt_block (BLOWFISH_context *bc, byte *outbuf, const byte *inbuf)
459 BLOWFISH_context *bc = (BLOWFISH_context *) contex
[all...]

Completed in 22 milliseconds