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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c190 void (*cbc_dec)(void *context, unsigned char *iv, member in struct:gcry_cipher_handle::__anon2567
826 h->bulk.cbc_dec = _gcry_aes_cbc_dec;
1109 if (c->bulk.cbc_dec)
1111 c->bulk.cbc_dec (&c->context.c, c->u_iv.iv, outbuf, inbuf, nblocks);

Completed in 115 milliseconds