Home
last modified time | relevance | path

Searched refs:safer_sk128_desc (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_ciphers.c54 REGISTER_CIPHER(&safer_sk128_desc); in register_all_ciphers()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c73 prng->u.yarrow.cipher = register_cipher(&safer_sk128_desc); in yarrow_start()
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
H A Dsafer.c66 safer_sk128_desc = { variable
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h689 …st struct ltc_cipher_descriptor safer_k64_desc, safer_k128_desc, safer_sk64_desc, safer_sk128_desc;