Home
last modified time | relevance | path

Searched refs:TEE_DES_BLOCK_SIZE (Results 1 – 11 of 11) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Dcmac.c79 COMPILE_TIME_ASSERT(TEE_AES_BLOCK_SIZE >= TEE_DES_BLOCK_SIZE); in mbed_cmac_final()
85 block_size = TEE_DES_BLOCK_SIZE; in mbed_cmac_final()
H A Ddes_ecb.c64 size_t block_size = TEE_DES_BLOCK_SIZE; in mbed_des_ecb_update()
H A Ddes_cbc.c21 unsigned char iv[TEE_DES_BLOCK_SIZE];
H A Ddes3_ecb.c72 size_t block_size = TEE_DES_BLOCK_SIZE; in mbed_des3_ecb_update()
H A Ddes3_cbc.c21 unsigned char iv[TEE_DES_BLOCK_SIZE];
/optee_os/lib/libutee/include/
H A Dutee_defines.h182 #define TEE_DES_BLOCK_SIZE 8UL macro
256 return TEE_DES_BLOCK_SIZE; in __tee_alg_get_digest_size()
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c76 .size_block = TEE_DES_BLOCK_SIZE,
85 .size_block = TEE_DES_BLOCK_SIZE,
100 .size_block = TEE_DES_BLOCK_SIZE,
110 .size_block = TEE_DES_BLOCK_SIZE,
H A Dcaam_cipher_mac.c59 .size_block = TEE_DES_BLOCK_SIZE,
76 .size_block = TEE_DES_BLOCK_SIZE,
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c634 if (dupdate->src.length % TEE_DES_BLOCK_SIZE) { in sec_cipher_param_check()
/optee_os/core/crypto/
H A Dcrypto.c235 *size = TEE_DES_BLOCK_SIZE; in crypto_cipher_get_block_size()
/optee_os/lib/libutee/
H A Dtee_api_operations.c157 block_size = TEE_DES_BLOCK_SIZE; in TEE_AllocateOperation()