Searched refs:camellia_decrypt256 (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.h42 #define camellia_decrypt256 CAMELLIA_PREFIX(camellia_decrypt256) macro
H A Dcamellia-glue.c49 #define camellia_decrypt256 CAMELLIA_PREFIX(camellia_decrypt256)
H A Dcamellia.c1263 void camellia_decrypt256(const u32 *subkey, u32 *io) function
1452 camellia_decrypt256(keyTable, tmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_misc.c76 key->dec = camellia_decrypt256;
81 key->dec = camellia_decrypt256;
H A Dcmll_locl.h158 void camellia_decrypt256(const u32 *subkey, u32 *io);
H A Dcamellia.c1511 void camellia_decrypt256(const u32 *subkey, u32 *io) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dcamellia.c1549 static void camellia_decrypt256(const u32 *subkey, __be32 *io_text) function
1753 camellia_decrypt256(cctx->key_table, tmp);

Completed in 209 milliseconds