Home
last modified time | relevance | path

Searched refs:register_cipher (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/prngs/
A Dyarrow.c49 prng->u.yarrow.cipher = register_cipher(&aes_enc_desc); in yarrow_start()
53 prng->u.yarrow.cipher = register_cipher(&aes_desc); in yarrow_start()
60 prng->u.yarrow.cipher = register_cipher(&rc6_desc); in yarrow_start()
62 prng->u.yarrow.cipher = register_cipher(&rc5_desc); in yarrow_start()
64 prng->u.yarrow.cipher = register_cipher(&saferp_desc); in yarrow_start()
66 prng->u.yarrow.cipher = register_cipher(&rc2_desc); in yarrow_start()
70 prng->u.yarrow.cipher = register_cipher(&anubis_desc); in yarrow_start()
72 prng->u.yarrow.cipher = register_cipher(&kseed_desc); in yarrow_start()
76 prng->u.yarrow.cipher = register_cipher(&cast5_desc); in yarrow_start()
78 prng->u.yarrow.cipher = register_cipher(&xtea_desc); in yarrow_start()
[all …]
/optee_os/core/lib/libtomcrypt/
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/
A Dcrypt_register_cipher.c22 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher() function
A Dcrypt_fsa.c30 if (register_cipher(p) == -1) { in crypt_fsa()
A Dcrypt_register_all_ciphers.c20 LTC_ARGCHK(register_cipher(h) != -1); \
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h987 int register_cipher(const struct ltc_cipher_descriptor *cipher);
/optee_os/out/arm/core/
A Dtee.symb_sizes558 000000000e13a690 00000000000000b4 T register_cipher
A Dtee.dmp83161 e136288: 94001102 bl e13a690 <register_cipher>
83164 e136290: 94001100 bl e13a690 <register_cipher>
83167 e136298: 940010fe bl e13a690 <register_cipher>
89462 000000000e13a690 <register_cipher>:
89463 register_cipher():
89470 e13a6a0: b40004e0 cbz x0, e13a73c <register_cipher+0xac>
89484 e13a6c8: b4000182 cbz x2, e13a6f8 <register_cipher+0x68>
89508 e13a714: b5000063 cbnz x3, e13a720 <register_cipher+0x90>
89511 e13a71c: 17fffff0 b e13a6dc <register_cipher+0x4c>
89523 e13a738: 17ffffeb b e13a6e4 <register_cipher+0x54>
[all …]
A Dtee.map130 … out/arm/core/lib/libtomcrypt/libtomcrypt.a(tomcrypt.o) (register_cipher)
23991 .text.register_cipher
23993 0x000000000e13a690 register_cipher

Completed in 251 milliseconds