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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c186 void (*cbc_dec)(void *context, unsigned char *iv, member in struct:gcry_cipher_handle::__anon498
809 h->bulk.cbc_dec = _gcry_aes_cbc_dec;
1042 if (c->bulk.cbc_dec)
1044 c->bulk.cbc_dec (&c->context.c, c->u_iv.iv, outbuf, inbuf, nblocks);

Completed in 236 milliseconds