OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ltc_cipher_descriptor
(Results
1 - 24
of
24
) sorted by null
/external/dropbear/libtomcrypt/src/misc/crypt/
crypt_unregister_cipher.c
23
int unregister_cipher(const struct
ltc_cipher_descriptor
*cipher)
32
if (XMEMCMP(&cipher_descriptor[x], cipher, sizeof(struct
ltc_cipher_descriptor
)) == 0) {
crypt_register_cipher.c
23
int register_cipher(const struct
ltc_cipher_descriptor
*cipher)
41
XMEMCPY(&cipher_descriptor[x], cipher, sizeof(struct
ltc_cipher_descriptor
));
crypt_cipher_descriptor.c
18
struct
ltc_cipher_descriptor
cipher_descriptor[TAB_SIZE] = {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
318
extern struct
ltc_cipher_descriptor
{
struct
542
extern const struct
ltc_cipher_descriptor
blowfish_desc;
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_sk128_desc;
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/
algo.h
54
const struct
ltc_cipher_descriptor
*cipherdesc;
common-algo.c
152
const struct
ltc_cipher_descriptor
*regciphers[] = {
/external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c
47
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/
xtea.c
20
const struct
ltc_cipher_descriptor
xtea_desc =
kasumi.c
26
const struct
ltc_cipher_descriptor
kasumi_desc = {
noekeon.c
19
const struct
ltc_cipher_descriptor
noekeon_desc =
rc2.c
30
const struct
ltc_cipher_descriptor
rc2_desc = {
rc5.c
21
const struct
ltc_cipher_descriptor
rc5_desc =
rc6.c
20
const struct
ltc_cipher_descriptor
rc6_desc =
skipjack.c
20
const struct
ltc_cipher_descriptor
skipjack_desc =
blowfish.c
19
const struct
ltc_cipher_descriptor
blowfish_desc =
kseed.c
22
const struct
ltc_cipher_descriptor
kseed_desc = {
cast5.c
20
const struct
ltc_cipher_descriptor
cast5_desc = {
[
all
...]
khazad.c
21
const struct
ltc_cipher_descriptor
khazad_desc = {
[
all
...]
des.c
24
const struct
ltc_cipher_descriptor
des_desc =
39
const struct
ltc_cipher_descriptor
des3_desc =
[
all
...]
anubis.c
22
const struct
ltc_cipher_descriptor
anubis_desc = {
[
all
...]
/external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c
35
const struct
ltc_cipher_descriptor
saferp.c
20
const struct
ltc_cipher_descriptor
saferp_desc =
/external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c
27
const struct
ltc_cipher_descriptor
twofish_desc =
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 262 milliseconds