/optee_os/core/lib/libtomcrypt/ |
A D | aes_accel.c | 98 unsigned long blocks, in aes_ecb_encrypt_nblocks() argument 106 blocks); in aes_ecb_encrypt_nblocks() 111 unsigned long blocks, in aes_ecb_decrypt_nblocks() argument 119 blocks); in aes_ecb_decrypt_nblocks() 137 unsigned long blocks, unsigned char *IV, in aes_cbc_encrypt_nblocks() argument 146 blocks, IV); in aes_cbc_encrypt_nblocks() 152 unsigned long blocks, unsigned char *IV, in aes_cbc_decrypt_nblocks() argument 161 blocks, IV); in aes_cbc_decrypt_nblocks() 181 skey->rijndael.Nr, blocks, IV); in aes_ctr_encrypt_nblocks() 200 skey1->rijndael.Nr, blocks, in aes_xts_encrypt_nblocks() [all …]
|
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()
|
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/ |
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[],
|
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/ |
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/ |
A D | xts_test.c | 15 …c int _xts_test_accel_xts_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long blocks, in _xts_test_accel_xts_encrypt() argument 36 ret = xts_encrypt(pt, blocks << 4, ct, tweak, &xts); in _xts_test_accel_xts_encrypt() 42 …c int _xts_test_accel_xts_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long blocks, in _xts_test_accel_xts_decrypt() argument 63 ret = xts_decrypt(ct, blocks << 4, pt, tweak, &xts); in _xts_test_accel_xts_decrypt()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 82 unsigned long n, blocks; \ 97 blocks = inlen / block_size; \ 98 err = compress_n (md, in, blocks); \ 100 blocks = 1; \ 105 md-> state_var .length += blocks * block_size * 8; \ 106 in += blocks * block_size; \ 107 inlen -= blocks * block_size; \
|
A D | tomcrypt_cipher.h | 433 …int (*accel_ecb_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, const s… 442 …int (*accel_ecb_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, const s… 452 …int (*accel_cbc_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… 462 …int (*accel_cbc_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, unsigne… 473 …int (*accel_ctr_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… 484 …int (*accel_lrw_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigne… 495 …int (*accel_lrw_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, unsigne… 602 unsigned long blocks, unsigned char *tweak, 617 unsigned long blocks, unsigned char *tweak,
|
/optee_os/lib/libutils/isoc/ |
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/lib/libmbedtls/mbedtls/library/ |
A D | aes.c | 1183 size_t blocks = length / 16; in mbedtls_aes_crypt_xts() local 1210 while( blocks-- ) in mbedtls_aes_crypt_xts() 1214 if( leftover && ( mode == MBEDTLS_AES_DECRYPT ) && blocks == 0 ) in mbedtls_aes_crypt_xts()
|
/optee_os/ |
A D | CHANGELOG.md | 929 * [#1188][issue1188] Secure storage (SQL FS and REE FS): blocks not tied to
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 3415 * zlib compression/decompression skipped on empty blocks
|