OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accel_lrw_decrypt
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtomcrypt/src/modes/lrw/
lrw_decrypt.c
39
if (cipher_descriptor[lrw->cipher].
accel_lrw_decrypt
!= NULL) {
40
return cipher_descriptor[lrw->cipher].
accel_lrw_decrypt
(ct, pt, 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
439
int (*
accel_lrw_decrypt
)(const unsigned char *ct, unsigned char *pt, 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 2956 milliseconds