Home
last modified time | relevance | path

Searched refs:yarrow (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c40 prng->u.yarrow.cipher = register_cipher(&rijndael_enc_desc); in yarrow_start()
42 prng->u.yarrow.cipher = register_cipher(&aes_enc_desc); in yarrow_start()
44 prng->u.yarrow.cipher = register_cipher(&rijndael_desc); in yarrow_start()
46 prng->u.yarrow.cipher = register_cipher(&aes_desc); in yarrow_start()
49 prng->u.yarrow.cipher = register_cipher(&blowfish_desc); in yarrow_start()
51 prng->u.yarrow.cipher = register_cipher(&twofish_desc); in yarrow_start()
53 prng->u.yarrow.cipher = register_cipher(&rc6_desc); in yarrow_start()
55 prng->u.yarrow.cipher = register_cipher(&rc5_desc); in yarrow_start()
57 prng->u.yarrow.cipher = register_cipher(&saferp_desc); in yarrow_start()
59 prng->u.yarrow.cipher = register_cipher(&rc2_desc); in yarrow_start()
[all …]
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h55 struct yarrow_prng yarrow; member