Home
last modified time | relevance | path

Searched refs:accel_ctr_encrypt (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/modes/ctr/
Dctr_encrypt.c54 …if ((ctr->padlen == ctr->blocklen) && cipher_descriptor[ctr->cipher].accel_ctr_encrypt != NULL && … in ctr_encrypt()
55 …if ((err = cipher_descriptor[ctr->cipher].accel_ctr_encrypt(pt, ct, len/ctr->blocklen, ctr->ctr, c… in ctr_encrypt()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h417 …int (*accel_ctr_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… member
/external/dropbear/libtomcrypt/
Dcrypt.tex5496 int (*accel_ctr_encrypt)(const unsigned char *pt,