OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aes_desc
(Results
1 - 10
of
10
) sorted by null
/external/dropbear/
common-algo.c
39
{&
aes_desc
, 32, 16};
43
{&
aes_desc
, 16, 16};
154
&
aes_desc
,
/external/dropbear/libtomcrypt/demos/
encrypt.c
30
register_cipher (&
aes_desc
);
multi.c
12
register_cipher(&
aes_desc
);
tv_gen.c
8
register_cipher (&
aes_desc
);
95
if ((err = chc_register(register_cipher(&
aes_desc
))) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/prngs/
yarrow.c
53
prng->yarrow.cipher = register_cipher(&
aes_desc
);
/external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c
677
register_cipher(&
aes_desc
) < 0 ||
/external/dropbear/libtomcrypt/testprof/
x86_prof.c
128
register_cipher (&
aes_desc
);
227
if ((err = chc_register(register_cipher(&
aes_desc
))) != CRYPT_OK) {
[
all
...]
/external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c
57
const struct ltc_cipher_descriptor
aes_desc
=
variable in typeref:struct:ltc_cipher_descriptor
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
625
extern const struct ltc_cipher_descriptor rijndael_desc,
aes_desc
;
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 357 milliseconds