Searched refs:do_decrypt (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | rfc2268.c | 140 do_decrypt (void *context, unsigned char *outbuf, const unsigned char *inbuf) function 300 do_decrypt (&ctx, scratch, scratch); 311 do_decrypt (&ctx, scratch, scratch); 323 do_decrypt (&ctx, scratch, scratch); 343 do_setkey, do_encrypt, do_decrypt
|
H A D | rijndael.c | 665 do_decrypt (RIJNDAEL_context *ctx, byte *bx, const byte *ax) 710 do_decrypt (ctx, b, a); 793 do_decrypt (ctx, outbuf, inbuf); 663 do_decrypt (RIJNDAEL_context *ctx, byte *bx, const byte *ax) function
|
H A D | seed.c | 391 do_decrypt (SEED_context *ctx, byte *outbuf, const byte *inbuf) 429 do_decrypt (ctx, outbuf, inbuf); 387 do_decrypt (SEED_context *ctx, byte *outbuf, const byte *inbuf) function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | rfc2268.c | 139 do_decrypt (void *context, unsigned char *outbuf, const unsigned char *inbuf) function 269 do_setkey, do_encrypt, do_decrypt
|
H A D | rijndael.c | 595 do_decrypt (RIJNDAEL_context *ctx, byte *bx, const byte *ax) 640 do_decrypt (ctx, b, a); 593 do_decrypt (RIJNDAEL_context *ctx, byte *bx, const byte *ax) function
|
H A D | seed.c | 391 do_decrypt (SEED_context *ctx, byte *outbuf, const byte *inbuf) 429 do_decrypt (ctx, outbuf, inbuf); 387 do_decrypt (SEED_context *ctx, byte *outbuf, const byte *inbuf) function
|
Completed in 24 milliseconds