Searched refs:temp (Results 1 – 7 of 7) sorted by relevance
/mbedtls-development/scripts/data_files/ |
A D | vs6-main-template.dsp | 36 # PROP BASE Intermediate_Dir "temp" 41 # PROP Intermediate_Dir "temp" 59 # PROP BASE Intermediate_Dir "temp" 64 # PROP Intermediate_Dir "temp"
|
A D | vs6-app-template.dsp | 36 # PROP BASE Intermediate_Dir "temp" 41 # PROP Intermediate_Dir "temp" 59 # PROP BASE Intermediate_Dir "temp" 64 # PROP Intermediate_Dir "temp"
|
/mbedtls-development/library/ |
A D | des.c | 647 unsigned char temp[8]; in mbedtls_des_crypt_cbc() local 673 memcpy( temp, input, 8 ); in mbedtls_des_crypt_cbc() 681 memcpy( iv, temp, 8 ); in mbedtls_des_crypt_cbc() 753 unsigned char temp[8]; in mbedtls_des3_crypt_cbc() local 779 memcpy( temp, input, 8 ); in mbedtls_des3_crypt_cbc() 787 memcpy( iv, temp, 8 ); in mbedtls_des3_crypt_cbc()
|
A D | camellia.c | 552 unsigned char temp[16]; in mbedtls_camellia_crypt_cbc() local 567 memcpy( temp, input, 16 ); in mbedtls_camellia_crypt_cbc() 573 memcpy( iv, temp, 16 ); in mbedtls_camellia_crypt_cbc()
|
A D | aria.c | 599 unsigned char temp[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_crypt_cbc() local 615 memcpy( temp, input, MBEDTLS_ARIA_BLOCKSIZE ); in mbedtls_aria_crypt_cbc() 621 memcpy( iv, temp, MBEDTLS_ARIA_BLOCKSIZE ); in mbedtls_aria_crypt_cbc()
|
A D | sha1.c | 100 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member 127 local.temp = local.W[( (t) - 3 ) & 0x0F] ^ \ in mbedtls_internal_sha1_process() 131 ( local.W[(t) & 0x0F] = S(local.temp,1) ) \ in mbedtls_internal_sha1_process()
|
A D | aes.c | 1015 unsigned char temp[16]; in mbedtls_aes_crypt_cbc() local 1043 memcpy( temp, input, 16 ); in mbedtls_aes_crypt_cbc() 1051 memcpy( iv, temp, 16 ); in mbedtls_aes_crypt_cbc()
|
Completed in 14 milliseconds