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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c183 void (*cbc_enc)(void *context, unsigned char *iv, member in struct:gcry_cipher_handle::__anon498
808 h->bulk.cbc_enc = _gcry_aes_cbc_enc;
974 if (c->bulk.cbc_enc)
976 c->bulk.cbc_enc (&c->context.c, c->u_iv.iv, outbuf, inbuf, nblocks,

Completed in 25 milliseconds