Searched defs:keyID (Results 1 – 4 of 4) sorted by relevance
/loramac-node-3.7.0/src/mac/ |
D | LoRaMacCrypto.c | 132 static LoRaMacCryptoStatus_t PayloadEncrypt( uint8_t* buffer, int16_t size, KeyIdentifier_t keyID, … in PayloadEncrypt() 274 static LoRaMacCryptoStatus_t PrepareB0( uint16_t msgLen, KeyIdentifier_t keyID, bool isAck, uint8_t… in PrepareB0() 338 static LoRaMacCryptoStatus_t ComputeCmacB0( uint8_t* msg, uint16_t len, KeyIdentifier_t keyID, bool… in ComputeCmacB0() 374 static LoRaMacCryptoStatus_t VerifyCmacB0( uint8_t* msg, uint16_t len, KeyIdentifier_t keyID, bool … in VerifyCmacB0() 423 static LoRaMacCryptoStatus_t PrepareB1( uint16_t msgLen, KeyIdentifier_t keyID, bool isAck, uint8_t… in PrepareB1() 482 static LoRaMacCryptoStatus_t ComputeCmacB1( uint8_t* msg, uint16_t len, KeyIdentifier_t keyID, bool… in ComputeCmacB1() 535 static LoRaMacCryptoStatus_t DeriveSessionKey10x( KeyIdentifier_t keyID, uint32_t joinNonce, uint32… in DeriveSessionKey10x() 582 static LoRaMacCryptoStatus_t DeriveSessionKey11x( KeyIdentifier_t keyID, uint32_t joinNonce, uint8_… in DeriveSessionKey11x() 635 static LoRaMacCryptoStatus_t DeriveLifeTimeSessionKey( KeyIdentifier_t keyID, uint8_t* devEUI ) in DeriveLifeTimeSessionKey() 959 LoRaMacCryptoStatus_t LoRaMacCryptoSetKey( KeyIdentifier_t keyID, uint8_t* key ) in LoRaMacCryptoSetKey() [all …]
|
/loramac-node-3.7.0/src/peripherals/soft-se/ |
D | soft-se.c | 53 static SecureElementStatus_t GetKeyByID( KeyIdentifier_t keyID, Key_t** keyItem ) in GetKeyByID() 78 …tStatus_t ComputeCmac( uint8_t* micBxBuffer, uint8_t* buffer, uint16_t size, KeyIdentifier_t keyID, in ComputeCmac() 165 SecureElementStatus_t SecureElementSetKey( KeyIdentifier_t keyID, uint8_t* key ) in SecureElementSetKey() 198 KeyIdentifier_t keyID, uint32_t* cmac ) in SecureElementComputeAesCmac() 210 KeyIdentifier_t keyID ) in SecureElementVerifyAesCmac() 233 …cureElementStatus_t SecureElementAesEncrypt( uint8_t* buffer, uint16_t size, KeyIdentifier_t keyID, in SecureElementAesEncrypt()
|
/loramac-node-3.7.0/src/peripherals/atecc608a-tnglora-se/ |
D | atecc608a-tnglora-se.c | 182 SecureElementStatus_t GetKeyByID( KeyIdentifier_t keyID, Key_t** keyItem ) in GetKeyByID() 207 …tStatus_t ComputeCmac( uint8_t* micBxBuffer, uint8_t* buffer, uint16_t size, KeyIdentifier_t keyID, in ComputeCmac() 306 SecureElementStatus_t SecureElementSetKey( KeyIdentifier_t keyID, uint8_t* key ) in SecureElementSetKey() 313 KeyIdentifier_t keyID, uint32_t* cmac ) in SecureElementComputeAesCmac() 324 KeyIdentifier_t keyID ) in SecureElementVerifyAesCmac() 348 …cureElementStatus_t SecureElementAesEncrypt( uint8_t* buffer, uint16_t size, KeyIdentifier_t keyID, in SecureElementAesEncrypt()
|
/loramac-node-3.7.0/src/peripherals/lr1110-se/ |
D | lr1110-se.c | 123 SecureElementStatus_t SecureElementSetKey( KeyIdentifier_t keyID, uint8_t* key ) in SecureElementSetKey() 158 KeyIdentifier_t keyID, uint32_t* cmac ) in SecureElementComputeAesCmac() 184 KeyIdentifier_t keyID ) in SecureElementVerifyAesCmac() 200 …cureElementStatus_t SecureElementAesEncrypt( uint8_t* buffer, uint16_t size, KeyIdentifier_t keyID, in SecureElementAesEncrypt()
|