Home
last modified time | relevance | path

Searched refs:aes_enc_desc (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/demos/
Dhashsum.c109 if ((err = chc_register(register_cipher(&aes_enc_desc))) != CRYPT_OK) { in register_algs()
/external/dropbear/libtomcrypt/src/prngs/
Dyarrow.c49 prng->yarrow.cipher = register_cipher(&aes_enc_desc); in yarrow_start()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h626 extern const struct ltc_cipher_descriptor rijndael_enc_desc, aes_enc_desc;
/external/dropbear/libtomcrypt/src/ciphers/aes/
Daes.c82 const struct ltc_cipher_descriptor aes_enc_desc = variable
/external/dropbear/libtomcrypt/
Dcrypt.tex2046 if (register_cipher(&aes_enc_desc) == -1) {