Lines Matching refs:uint32_t
62 (n) = ( (uint32_t) (b)[(i) ] << 24 ) \
63 | ( (uint32_t) (b)[(i) + 1] << 16 ) \
64 | ( (uint32_t) (b)[(i) + 2] << 8 ) \
65 | ( (uint32_t) (b)[(i) + 3] ); \
82 static const uint32_t SB1[64] =
102 static const uint32_t SB2[64] =
122 static const uint32_t SB3[64] =
142 static const uint32_t SB4[64] =
162 static const uint32_t SB5[64] =
182 static const uint32_t SB6[64] =
202 static const uint32_t SB7[64] =
222 static const uint32_t SB8[64] =
245 static const uint32_t LHs[16] =
253 static const uint32_t RHs[16] =
307 #define SWAP(a,b) { uint32_t t = a; a = b; b = t; t = 0; }
424 void mbedtls_des_setkey( uint32_t SK[32], const unsigned char key[MBEDTLS_DES_KEY_SIZE] ) in mbedtls_des_setkey()
427 uint32_t X, Y, T; in mbedtls_des_setkey()
522 static void des3_set2key( uint32_t esk[96], in des3_set2key()
523 uint32_t dsk[96], in des3_set2key()
553 uint32_t sk[96]; in mbedtls_des3_set2key_enc()
567 uint32_t sk[96]; in mbedtls_des3_set2key_dec()
575 static void des3_set3key( uint32_t esk[96], in des3_set3key()
576 uint32_t dsk[96], in des3_set3key()
604 uint32_t sk[96]; in mbedtls_des3_set3key_enc()
618 uint32_t sk[96]; in mbedtls_des3_set3key_dec()
635 uint32_t X, Y, T, *SK; in mbedtls_des_crypt_ecb()
722 uint32_t X, Y, T, *SK; in mbedtls_des3_crypt_ecb()