Home
last modified time | relevance | path

Searched refs:register_cipher (Results 1 – 6 of 6) 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/
H A Dtomcrypt.c96 register_cipher(&aes_desc); in tee_ltc_reg_algs()
99 register_cipher(&des_desc); in tee_ltc_reg_algs()
100 register_cipher(&des3_desc); in tee_ltc_reg_algs()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_cipher.c15 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
H A Dcrypt_fsa.c23 if (register_cipher(p) == -1) { in crypt_fsa()
H A Dcrypt_register_all_ciphers.c13 LTC_ARGCHK(register_cipher(h) != -1); \
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h1014 int register_cipher(const struct ltc_cipher_descriptor *cipher);