Home
last modified time | relevance | path

Searched refs:ltc_cipher_descriptor (Results 1 – 24 of 24) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h318 extern struct ltc_cipher_descriptor { struct
542 extern const struct ltc_cipher_descriptor blowfish_desc; argument
552 extern const struct ltc_cipher_descriptor rc5_desc;
562 extern const struct ltc_cipher_descriptor rc6_desc;
572 extern const struct ltc_cipher_descriptor rc2_desc;
582 extern const struct ltc_cipher_descriptor saferp_desc;
598 extern const struct ltc_cipher_descriptor safer_k64_desc, safer_k128_desc, safer_sk64_desc, safer_s…
625 extern const struct ltc_cipher_descriptor rijndael_desc, aes_desc;
626 extern const struct ltc_cipher_descriptor rijndael_enc_desc, aes_enc_desc;
636 extern const struct ltc_cipher_descriptor xtea_desc;
[all …]
/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_unregister_cipher.c23 int unregister_cipher(const struct ltc_cipher_descriptor *cipher) in unregister_cipher()
32 if (XMEMCMP(&cipher_descriptor[x], cipher, sizeof(struct ltc_cipher_descriptor)) == 0) { in unregister_cipher()
Dcrypt_register_cipher.c23 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher()
41 XMEMCPY(&cipher_descriptor[x], cipher, sizeof(struct ltc_cipher_descriptor)); in register_cipher()
Dcrypt_cipher_descriptor.c18 struct ltc_cipher_descriptor cipher_descriptor[TAB_SIZE] = {
/external/dropbear/
Dalgo.h54 const struct ltc_cipher_descriptor *cipherdesc;
Dcommon-algo.c152 const struct ltc_cipher_descriptor *regciphers[] = { in crypto_init()
/external/dropbear/libtomcrypt/src/ciphers/aes/
Daes.c47 const struct ltc_cipher_descriptor rijndael_desc =
57 const struct ltc_cipher_descriptor aes_desc =
73 const struct ltc_cipher_descriptor rijndael_enc_desc =
82 const struct ltc_cipher_descriptor aes_enc_desc =
/external/dropbear/libtomcrypt/src/ciphers/
Dkseed.c22 const struct ltc_cipher_descriptor kseed_desc = {
Dxtea.c20 const struct ltc_cipher_descriptor xtea_desc =
Dkasumi.c26 const struct ltc_cipher_descriptor kasumi_desc = {
Dskipjack.c20 const struct ltc_cipher_descriptor skipjack_desc =
Dblowfish.c19 const struct ltc_cipher_descriptor blowfish_desc =
Drc5.c21 const struct ltc_cipher_descriptor rc5_desc =
Drc2.c30 const struct ltc_cipher_descriptor rc2_desc = {
Dnoekeon.c19 const struct ltc_cipher_descriptor noekeon_desc =
Drc6.c20 const struct ltc_cipher_descriptor rc6_desc =
Danubis.c22 const struct ltc_cipher_descriptor anubis_desc = {
Dcast5.c20 const struct ltc_cipher_descriptor cast5_desc = {
Ddes.c24 const struct ltc_cipher_descriptor des_desc =
39 const struct ltc_cipher_descriptor des3_desc =
Dkhazad.c21 const struct ltc_cipher_descriptor khazad_desc = {
/external/dropbear/libtomcrypt/src/ciphers/safer/
Dsafer.c35 const struct ltc_cipher_descriptor
Dsaferp.c20 const struct ltc_cipher_descriptor saferp_desc =
/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c27 const struct ltc_cipher_descriptor twofish_desc =
/external/dropbear/libtomcrypt/
Dcrypt.tex5365 struct ltc_cipher_descriptor {