Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_ciphers.c61 REGISTER_CIPHER(&des3_desc); in register_all_ciphers()
/optee_os/core/lib/libtomcrypt/
H A Dtomcrypt.c100 register_cipher(&des3_desc); in tee_ltc_reg_algs()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c75 prng->u.yarrow.cipher = register_cipher(&des3_desc); in yarrow_start()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h766 extern const struct ltc_cipher_descriptor des_desc, des3_desc;
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c29 const struct ltc_cipher_descriptor des3_desc = variable