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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c1501 cipher_decrypt (gcry_cipher_hd_t c, byte *outbuf, const byte *inbuf,
1547 log_fatal ("cipher_decrypt: invalid mode %d\n", c->mode );
1566 err = cipher_decrypt (h, out, out, outsize);
1577 err = cipher_decrypt (h, out, in, inlen);
1499 cipher_decrypt (gcry_cipher_hd_t c, byte *outbuf, const byte *inbuf, function

Completed in 22 milliseconds