Searched refs:joinNonce (Results 1 – 1 of 1) sorted by relevance
533 static LoRaMacCryptoStatus_t DeriveSessionKey10x( KeyIdentifier_t keyID, uint32_t joinNonce, uint32… in DeriveSessionKey10x() argument551 compBase[1] = ( uint8_t )( ( joinNonce >> 0 ) & 0xFF ); in DeriveSessionKey10x()552 compBase[2] = ( uint8_t )( ( joinNonce >> 8 ) & 0xFF ); in DeriveSessionKey10x()553 compBase[3] = ( uint8_t )( ( joinNonce >> 16 ) & 0xFF ); in DeriveSessionKey10x()580 static LoRaMacCryptoStatus_t DeriveSessionKey11x( KeyIdentifier_t keyID, uint32_t joinNonce, uint8_… in DeriveSessionKey11x() argument609 compBase[1] = ( uint8_t )( ( joinNonce >> 0 ) & 0xFF ); in DeriveSessionKey11x()610 compBase[2] = ( uint8_t )( ( joinNonce >> 8 ) & 0xFF ); in DeriveSessionKey11x()611 compBase[3] = ( uint8_t )( ( joinNonce >> 16 ) & 0xFF ); in DeriveSessionKey11x()