Home
last modified time | relevance | path

Searched refs:CIPHER_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.c54 #define CIPHER_KEY_SIZE 16UL macro
95 MS_U8 _pu8CipherKey[CIPHER_KEY_SIZE];
96 MS_U8 _pu8CipherKey2[CIPHER_KEY_SIZE];
97 MS_U8 _pu8IV[CIPHER_KEY_SIZE];
98 MS_U8 _pu8IV2[CIPHER_KEY_SIZE];
99 MS_U8 _pu8Data[CIPHER_KEY_SIZE];
568 memset(&_pu8CipherKey , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
569 memset(&_pu8IV , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
570 memset(&_pu8CipherKey2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
571 memset(&_pu8IV2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
[all …]
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.c54 #define CIPHER_KEY_SIZE 16UL macro
93 MS_U8 _pu8CipherKey[CIPHER_KEY_SIZE];
94 MS_U8 _pu8CipherKey2[CIPHER_KEY_SIZE];
95 MS_U8 _pu8IV[CIPHER_KEY_SIZE];
96 MS_U8 _pu8IV2[CIPHER_KEY_SIZE];
97 MS_U8 _pu8Data[CIPHER_KEY_SIZE];
622 memset(&_pu8CipherKey , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
623 memset(&_pu8IV , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
624 memset(&_pu8CipherKey2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
625 memset(&_pu8IV2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
[all …]
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.c54 #define CIPHER_KEY_SIZE 16UL macro
95 MS_U8 _pu8CipherKey[CIPHER_KEY_SIZE];
96 MS_U8 _pu8CipherKey2[CIPHER_KEY_SIZE];
97 MS_U8 _pu8IV[CIPHER_KEY_SIZE];
98 MS_U8 _pu8IV2[CIPHER_KEY_SIZE];
99 MS_U8 _pu8Data[CIPHER_KEY_SIZE];
565 memset(&_pu8CipherKey , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
566 memset(&_pu8IV , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
567 memset(&_pu8CipherKey2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
568 memset(&_pu8IV2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
[all …]
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.c54 #define CIPHER_KEY_SIZE 16UL macro
95 MS_U8 _pu8CipherKey[CIPHER_KEY_SIZE];
96 MS_U8 _pu8CipherKey2[CIPHER_KEY_SIZE];
97 MS_U8 _pu8IV[CIPHER_KEY_SIZE];
98 MS_U8 _pu8IV2[CIPHER_KEY_SIZE];
99 MS_U8 _pu8Data[CIPHER_KEY_SIZE];
568 memset(&_pu8CipherKey , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
569 memset(&_pu8IV , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
570 memset(&_pu8CipherKey2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
571 memset(&_pu8IV2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
[all …]
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.c54 #define CIPHER_KEY_SIZE 32UL macro
95 MS_U8 _pu8CipherKey[CIPHER_KEY_SIZE];
96 MS_U8 _pu8CipherKey2[CIPHER_KEY_SIZE];
97 MS_U8 _pu8IV[CIPHER_KEY_SIZE];
98 MS_U8 _pu8IV2[CIPHER_KEY_SIZE];
99 MS_U8 _pu8Data[CIPHER_KEY_SIZE];
581 memset(&_pu8CipherKey , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
582 memset(&_pu8IV , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
583 memset(&_pu8CipherKey2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
584 memset(&_pu8IV2 , 0x0, CIPHER_KEY_SIZE ); in HAL_CIPHER_ResetStatus()
[all …]