Searched refs:rijndael_ecb_encrypt (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/prngs/ |
A D | fortuna.c | 405 rijndael_ecb_encrypt(prng->u.fortuna.IV, out, &prng->u.fortuna.skey); in fortuna_read() 413 rijndael_ecb_encrypt(prng->u.fortuna.IV, tmp, &prng->u.fortuna.skey); in fortuna_read() 419 rijndael_ecb_encrypt(prng->u.fortuna.IV, prng->u.fortuna.K , &prng->u.fortuna.skey); in fortuna_read() 422 rijndael_ecb_encrypt(prng->u.fortuna.IV, prng->u.fortuna.K+16, &prng->u.fortuna.skey); in fortuna_read()
|
/optee_os/core/lib/libtomcrypt/ |
A D | aes_accel.c | 124 int rijndael_ecb_encrypt(const unsigned char *pt, unsigned char *ct, in rijndael_ecb_encrypt() function 233 .ecb_encrypt = rijndael_ecb_encrypt,
|
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/ |
A D | aes.c | 39 #define ECB_ENC rijndael_ecb_encrypt 697 rijndael_ecb_encrypt(tests[i].pt, tmp[0], &key); in ECB_TEST() 706 for (y = 0; y < 1000; y++) rijndael_ecb_encrypt(tmp[0], tmp[0], &key); in ECB_TEST()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 692 #define aes_ecb_encrypt rijndael_ecb_encrypt 703 int rijndael_ecb_encrypt(const unsigned char *pt, unsigned char *ct, const symmetric_key *skey);
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 63 000000000e136d48 00000000000003a4 T rijndael_ecb_encrypt
|
A D | tee.dmp | 2513 000000000e136d48 g F .text 00000000000003a4 rijndael_ecb_encrypt 79425 e133aa0: 94000caa bl e136d48 <rijndael_ecb_encrypt> 84244 000000000e136d48 <rijndael_ecb_encrypt>: 84245 rijndael_ecb_encrypt(): 84256 e136d64: b4001bc0 cbz x0, e1370dc <rijndael_ecb_encrypt+0x394> 84259 e136d6c: b4001b81 cbz x1, e1370dc <rijndael_ecb_encrypt+0x394> 84262 e136d74: b4001b42 cbz x2, e1370dc <rijndael_ecb_encrypt+0x394> 84444 e136f28: 17ffffc2 b e136e30 <rijndael_ecb_encrypt+0xe8> 84602 rijndael_ecb_encrypt(): 84618 e1370e0: 17fffff5 b e1370b4 <rijndael_ecb_encrypt+0x36c> [all …]
|
A D | tee.map | 64 … out/arm/core/lib/libtomcrypt/libtomcrypt.a(aes.o) (rijndael_ecb_encrypt) 23825 .text.rijndael_ecb_encrypt 23827 0x000000000e136d48 rijndael_ecb_encrypt
|
Completed in 247 milliseconds