Searched refs:MBEDTLS_ARIA_BLOCKSIZE (Results 1 – 6 of 6) sorted by relevance
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | aria.h | 46 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ macro 79 uint32_t rk[MBEDTLS_ARIA_MAX_ROUNDS + 1][MBEDTLS_ARIA_BLOCKSIZE / 4]; 165 const unsigned char input[MBEDTLS_ARIA_BLOCKSIZE], 166 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] ); 213 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 264 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], 351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | aria.h | 46 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ macro 79 uint32_t rk[MBEDTLS_ARIA_MAX_ROUNDS + 1][MBEDTLS_ARIA_BLOCKSIZE / 4]; 165 const unsigned char input[MBEDTLS_ARIA_BLOCKSIZE], 166 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] ); 213 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 264 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], 351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | aria.h | 46 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ macro 79 uint32_t rk[MBEDTLS_ARIA_MAX_ROUNDS + 1][MBEDTLS_ARIA_BLOCKSIZE / 4]; 165 const unsigned char input[MBEDTLS_ARIA_BLOCKSIZE], 166 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] ); 213 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 264 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], 351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | aria.h | 46 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ macro 79 uint32_t rk[MBEDTLS_ARIA_MAX_ROUNDS + 1][MBEDTLS_ARIA_BLOCKSIZE / 4]; 165 const unsigned char input[MBEDTLS_ARIA_BLOCKSIZE], 166 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] ); 213 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 264 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], 351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | aria.h | 46 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ macro 79 uint32_t rk[MBEDTLS_ARIA_MAX_ROUNDS + 1][MBEDTLS_ARIA_BLOCKSIZE / 4]; 165 const unsigned char input[MBEDTLS_ARIA_BLOCKSIZE], 166 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] ); 213 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 264 unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], 351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | aria.c | 621 unsigned char temp[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_crypt_cbc() 630 if( length % MBEDTLS_ARIA_BLOCKSIZE ) in mbedtls_aria_crypt_cbc() 645 input += MBEDTLS_ARIA_BLOCKSIZE; in mbedtls_aria_crypt_cbc() 646 output += MBEDTLS_ARIA_BLOCKSIZE; in mbedtls_aria_crypt_cbc() 647 length -= MBEDTLS_ARIA_BLOCKSIZE; in mbedtls_aria_crypt_cbc() 660 input += MBEDTLS_ARIA_BLOCKSIZE; in mbedtls_aria_crypt_cbc() 661 output += MBEDTLS_ARIA_BLOCKSIZE; in mbedtls_aria_crypt_cbc() 662 length -= MBEDTLS_ARIA_BLOCKSIZE; in mbedtls_aria_crypt_cbc() 698 if( n >= MBEDTLS_ARIA_BLOCKSIZE ) in mbedtls_aria_crypt_cfb128() 760 if( n >= MBEDTLS_ARIA_BLOCKSIZE ) in mbedtls_aria_crypt_ctr() [all …]
|
Completed in 22 milliseconds