Searched defs:temp (Results 1 – 9 of 9) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | blowfish.c | 102 uint32_t Xl, Xr, temp; in blowfish_enc() local 131 uint32_t Xl, Xr, temp; in blowfish_dec() local 269 unsigned char temp[MBEDTLS_BLOWFISH_BLOCKSIZE]; in mbedtls_blowfish_crypt_cbc() local
|
D | xtea.c | 152 unsigned char temp[8]; in mbedtls_xtea_crypt_cbc() local
|
D | des.c | 671 unsigned char temp[8]; in mbedtls_des_crypt_cbc() local 770 unsigned char temp[8]; in mbedtls_des3_crypt_cbc() local
|
D | sha1.c | 115 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_process() local
|
D | camellia.c | 566 unsigned char temp[16]; in mbedtls_camellia_crypt_cbc() local
|
D | aes.c | 868 unsigned char temp[16]; in mbedtls_aes_crypt_cbc() local
|
/net-tools-latest/tinydtls-0.8.2/aes/ |
D | rijndael.c | 734 aes_u32 temp; in rijndaelKeySetupEnc() local 822 aes_u32 temp; in rijndaelKeySetupDec() local
|
/net-tools-latest/tinydtls-0.8.2/ecc/ |
D | testfield.c | 101 uint32_t temp[8]; variable
|
D | ecc.c | 160 uint32_t temp[length * 2]; in fieldMult() local
|