Home
last modified time | relevance | path

Searched refs:KeyValue (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Dse-identity.h106 ….KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, …
115 ….KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, …
124 ….KeyValue = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, …
133 ….KeyValue = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, …
142 ….KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, …
151 ….KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, …
160 ….KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, …
168 ….KeyValue = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, …
176 ….KeyValue = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, …
184 ….KeyValue = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, …
[all …]
Dsoft-se.c96 AES_CMAC_SetKey( aesCmacCtx, keyItem->KeyValue ); in ComputeCmac()
183 memcpy1( SeNvm->KeyList[i].KeyValue, decryptedKey, SE_KEY_SIZE ); in SecureElementSetKey()
188 memcpy1( SeNvm->KeyList[i].KeyValue, key, SE_KEY_SIZE ); in SecureElementSetKey()
255 aes_set_key( pItem->KeyValue, 16, &aesContext ); in SecureElementAesEncrypt()
/loramac-node-3.6.0-3.5.0/src/mac/
Dsecure-element-nvm.h78 uint8_t KeyValue[SE_KEY_SIZE]; member