| /optee_os/core/lib/libtomcrypt/ |
| H A D | aes_accel.c | 105 unsigned long blocks, in aes_ecb_encrypt_nblocks() argument 113 blocks); in aes_ecb_encrypt_nblocks() 118 unsigned long blocks, in aes_ecb_decrypt_nblocks() argument 126 blocks); in aes_ecb_decrypt_nblocks() 144 unsigned long blocks, unsigned char *IV, in aes_cbc_encrypt_nblocks() argument 153 blocks, IV); in aes_cbc_encrypt_nblocks() 159 unsigned long blocks, unsigned char *IV, in aes_cbc_decrypt_nblocks() argument 168 blocks, IV); in aes_cbc_decrypt_nblocks() 175 unsigned long blocks, unsigned char *IV, in aes_ctr_encrypt_nblocks() argument 189 skey->rijndael.Nr, blocks, IV); in aes_ctr_encrypt_nblocks() [all …]
|
| H A D | sha256_accel.c | 66 int sha256_ce_transform(ulong32 *state, const unsigned char *buf, int blocks); 69 int blocks) in sha256_compress_nblocks() argument 75 crypto_accel_sha256_compress(state, buf, blocks); in sha256_compress_nblocks()
|
| H A D | sha512_accel.c | 34 int sha512_ce_transform(ulong64 *state, const unsigned char *buf, int blocks); 37 int blocks) in sha512_compress_nblocks() argument 43 crypto_accel_sha512_compress(state, buf, blocks); in sha512_compress_nblocks()
|
| H A D | sha1_accel.c | 67 int blocks) in sha1_compress_nblocks() argument 73 crypto_accel_sha1_compress(state, buf, blocks); in sha1_compress_nblocks()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes_armv8a_ce.h | 15 int rounds, int blocks, int first); 17 int rounds, int blocks, int first); 19 int rounds, int blocks, uint8_t iv[]); 21 int rounds, int blocks, uint8_t iv[]); 23 int rounds, int blocks, uint8_t ctr[], int first); 25 int rounds, int blocks, uint8_t const rk2[], 28 int rounds, int blocks, uint8_t const rk2[],
|
| H A D | aes_modes_armv8a_ce_a32.S | 323 bmi .Lctrtailblock @ blocks < 0 means tail block 408 vld1.8 {q0-q1}, [r1]! @ get 3 pt blocks 419 vst1.8 {q0-q1}, [r0]! @ write 3 ct blocks 459 vld1.8 {q0-q1}, [r1]! @ get 3 ct blocks 470 vst1.8 {q0-q1}, [r0]! @ write 3 pt blocks
|
| /optee_os/core/arch/arm/include/crypto/ |
| H A D | ghash-ce-core.h | 18 void pmull_ghash_update_p64(int blocks, uint64_t dg[2], const uint8_t *src, 21 void pmull_ghash_update_p8(int blocks, uint64_t dg[2], const uint8_t *src, 27 void pmull_gcm_encrypt(int blocks, uint64_t dg[2], uint8_t dst[], 34 void pmull_gcm_decrypt(int blocks, uint64_t dg[2], uint8_t dst[],
|
| /optee_os/core/lib/libtomcrypt/src/modes/xts/ |
| H A D | xts_test.c | 8 … int s_xts_test_accel_xts_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long blocks, in s_xts_test_accel_xts_encrypt() argument 29 ret = xts_encrypt(pt, blocks << 4, ct, tweak, &xts); in s_xts_test_accel_xts_encrypt() 35 … int s_xts_test_accel_xts_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long blocks, in s_xts_test_accel_xts_decrypt() argument 56 ret = xts_decrypt(ct, blocks << 4, pt, tweak, &xts); in s_xts_test_accel_xts_decrypt()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 105 void blowfish_enc(ulong32 *data, unsigned long blocks, const symmetric_key *skey); 119 unsigned long n, blocks; \ 135 blocks = inlen / block_size; \ 136 err = compress_n (md, in, blocks); \ 138 blocks = 1; \ 143 md-> state_var .length += blocks * block_size * 8; \ 144 in += blocks * block_size; \ 145 inlen -= blocks * block_size; \
|
| H A D | tomcrypt_cipher.h | 437 …int (*accel_ecb_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, const s… 446 …int (*accel_ecb_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, const s… 456 …int (*accel_cbc_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… 466 …int (*accel_cbc_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, unsigne… 477 …int (*accel_ctr_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… 488 …int (*accel_lrw_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… 499 …int (*accel_lrw_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, unsigne… 606 unsigned long blocks, unsigned char *tweak, 621 unsigned long blocks, unsigned char *tweak,
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 150 a non-NULL release function is supplied, expansion blocks which become 206 expansion blocks when necessary, and release such blocks when they 244 function. Automatic release of empty pool blocks will occur only if all 245 pool blocks in the system are the size given by <pool_incr>. 251 pointed to by <curalloc>. The total free space (sum of all free blocks 266 pool blocks will be stored into the variable pointed to by <npool>. The 271 managed through blocks directly allocated by the acquisition and release 283 <dumpfree> is nonzero, the contents of free blocks are dumped.
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | blowfish.c | 331 void blowfish_enc(ulong32 *data, unsigned long blocks, const symmetric_key *skey) in blowfish_enc() argument 336 for (i = 0; i < blocks; ++i) { in blowfish_enc()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aes.c | 1197 size_t blocks = length / 16; in mbedtls_aes_crypt_xts() local 1224 while (blocks--) { in mbedtls_aes_crypt_xts() 1225 if (MBEDTLS_UNLIKELY(leftover && (mode == MBEDTLS_AES_DECRYPT) && blocks == 0)) { in mbedtls_aes_crypt_xts()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 35 on the documented behaviour to still hold pointers to memory blocks after 1777 Alternative GCM implementations can process whole blocks only. 1903 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to 5519 * zlib compression/decompression skipped on empty blocks
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1380 * [#1188][issue1188] Secure storage (SQL FS and REE FS): blocks not tied to
|