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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c1402 cipher_encrypt (gcry_cipher_hd_t c, byte *outbuf,
1448 log_fatal("cipher_encrypt: invalid mode %d\n", c->mode );
1469 /* Actually cipher_encrypt() does not need to know about it, but
1471 err = cipher_encrypt (h, out, out, outsize);
1483 err = cipher_encrypt (h, out, in, inlen);
1564 /* Actually cipher_encrypt() does not need to know about it, but
1400 cipher_encrypt (gcry_cipher_hd_t c, byte *outbuf, function

Completed in 68 milliseconds