Home
last modified time | relevance | path

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

12

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h378 extern const struct ltc_cipher_descriptor { struct
632 extern const struct ltc_cipher_descriptor blowfish_desc; argument
642 extern const struct ltc_cipher_descriptor rc5_desc;
652 extern const struct ltc_cipher_descriptor rc6_desc;
663 extern const struct ltc_cipher_descriptor rc2_desc;
673 extern const struct ltc_cipher_descriptor saferp_desc;
689 extern const struct ltc_cipher_descriptor safer_k64_desc, safer_k128_desc, safer_sk64_desc, safer_s…
705 extern const struct ltc_cipher_descriptor aes_desc;
706 extern const struct ltc_cipher_descriptor aes_enc_desc;
718 extern const struct ltc_cipher_descriptor rijndael_desc;
[all …]
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_cipher_descriptor.c10 const struct ltc_cipher_descriptor *cipher_descriptor[TAB_SIZE];
H A Dcrypt_unregister_cipher.c15 int unregister_cipher(const struct ltc_cipher_descriptor *cipher) in unregister_cipher()
H A Dcrypt_register_cipher.c15 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher()
H A Dcrypt_sizes.c77 SZ_STRINGIFY_S(ltc_cipher_descriptor),
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daes_desc.c23 const struct ltc_cipher_descriptor aes_desc =
40 const struct ltc_cipher_descriptor aes_enc_desc =
H A Daes.c38 const struct ltc_cipher_descriptor rijndael_desc =
54 const struct ltc_cipher_descriptor rijndael_enc_desc =
H A Daesni.c14 const struct ltc_cipher_descriptor aesni_desc =
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dkseed.c14 const struct ltc_cipher_descriptor kseed_desc = {
H A Dtea.c12 const struct ltc_cipher_descriptor tea_desc =
H A Dxtea.c12 const struct ltc_cipher_descriptor xtea_desc =
H A Didea.c23 const struct ltc_cipher_descriptor idea_desc = {
H A Dmulti2.c101 const struct ltc_cipher_descriptor multi2_desc = {
H A Dkasumi.c18 const struct ltc_cipher_descriptor kasumi_desc = {
H A Dskipjack.c12 const struct ltc_cipher_descriptor skipjack_desc =
H A Drc2.c22 const struct ltc_cipher_descriptor rc2_desc = {
H A Drc5.c13 const struct ltc_cipher_descriptor rc5_desc =
H A Drc6.c12 const struct ltc_cipher_descriptor rc6_desc =
H A Dblowfish.c11 const struct ltc_cipher_descriptor blowfish_desc =
H A Dnoekeon.c11 const struct ltc_cipher_descriptor noekeon_desc =
H A Danubis.c14 const struct ltc_cipher_descriptor anubis_desc = {
H A Dcast5.c12 const struct ltc_cipher_descriptor cast5_desc = {
/optee_os/core/lib/libtomcrypt/
H A Daes_accel.c234 const struct ltc_cipher_descriptor aes_desc = {
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
H A Dsafer.c30 const struct ltc_cipher_descriptor safer_k64_desc = {
H A Dsaferp.c15 const struct ltc_cipher_descriptor saferp_desc =

12