Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 22 of 22) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Dsha3_accel.c122 unsigned int block_size = 0; in sha3_process() local
182 unsigned int block_size = 0; in sha3_done() local
208 unsigned int block_size = 0; in sha3_shake_done() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd_wrap.h38 unsigned char block_size; member
H A Dcmac.c101 size_t olen, block_size; in cmac_generate_subkeys() local
212 size_t n, j, olen, block_size; in mbedtls_cipher_cmac_update() local
285 size_t olen, block_size; in mbedtls_cipher_cmac_finish() local
743 int block_size, in cmac_test_subkeys()
839 int block_size, in cmac_test_wth_cipher()
H A Dpsa_crypto_mac.c40 size_t block_size = PSA_HASH_BLOCK_LENGTH(hash_alg); in psa_hmac_setup_internal() local
119 size_t block_size = PSA_HASH_BLOCK_LENGTH(hash_alg); in psa_hmac_finish_internal() local
H A Dmd.c68 #define MD_INFO(type, out_size, block_size) type, out_size, block_size, argument
70 #define MD_INFO(type, out_size, block_size) type, out_size, argument
H A Dpsa_crypto_cipher.c424 size_t block_size = mbedtls_cipher_info_get_block_size(ctx->cipher_info); in psa_cipher_update_ecb() local
H A Dssl_msg.c91 const size_t block_size = PSA_HASH_BLOCK_LENGTH(hash_alg); in mbedtls_ct_hmac() local
212 const size_t block_size = md_alg == MBEDTLS_MD_SHA384 ? 128 : 64; in mbedtls_ct_hmac() local
5587 unsigned block_size; in mbedtls_ssl_get_record_expansion() local
H A Dcipher.c623 size_t block_size; in mbedtls_cipher_update() local
H A Dssl_tls.c8825 size_t block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH(key_type); in ssl_tls12_populate_transform() local
/optee_os/core/tee/
H A Dtee_cryp_utl.c103 size_t block_size; in tee_do_cipher_update() local
/optee_os/lib/libmbedtls/core/
H A Ddes_ecb.c64 size_t block_size = TEE_DES_BLOCK_SIZE; in mbed_des_ecb_update() local
H A Ddes3_ecb.c72 size_t block_size = TEE_DES_BLOCK_SIZE; in mbed_des3_ecb_update() local
H A Dcmac.c75 size_t block_size = TEE_AES_BLOCK_SIZE; in mbed_cmac_final() local
H A Daes_ecb.c71 size_t block_size = TEE_AES_BLOCK_SIZE; in mbed_aes_ecb_update() local
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.h43 size_t block_size; member
/optee_os/core/include/tee/
H A Dfs_htree.h88 size_t block_size; member
/optee_os/core/crypto/
H A Daes-cts.c101 int block_size = 16; in cbc_cts_update() local
H A Dcbc-mac.c194 size_t block_size = 0; in crypto_cbc_mac_alloc_ctx() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h116 #define HASH_PROCESS_(func_name, compress_name, compress_n_name, state_var, block_size) \ argument
170 #define HASH_PROCESS(func_name, compress_name, state_var, block_size) \ argument
174 #define HASH_PROCESS_NBLOCKS(func_name, compress_n_name, state_var, block_size) \ argument
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_sizes.h45 #define PSA_ROUND_UP_TO_MULTIPLE(block_size, length) \ argument
/optee_os/lib/libutee/
H A Dtee_api_operations.c31 size_t block_size; /* Block size of cipher */ member
45 size_t block_size = 1; in TEE_AllocateOperation() local
/optee_os/core/mm/
H A Dcore_mmu.c1939 size_t size_left, paddr_t block_size, in can_map_at_level()
1990 paddr_t block_size = 0; in core_mmu_map_region() local