HomeSort by relevance Sort by last modified time
    Searched refs:accel_lrw_encrypt (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_encrypt.c 39 if (cipher_descriptor[lrw->cipher].accel_lrw_encrypt != NULL) {
40 return cipher_descriptor[lrw->cipher].accel_lrw_encrypt(pt, ct, len, lrw->IV, lrw->tweak, &lrw->key);
lrw_setiv.c 49 if (cipher_descriptor[lrw->cipher].accel_lrw_encrypt != NULL && cipher_descriptor[lrw->cipher].accel_lrw_decrypt != NULL) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 428 int (*accel_lrw_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigned char *IV, const unsigned char *tweak, symmetric_key *skey); member in struct:ltc_cipher_descriptor
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 217 milliseconds