Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/mac/
DLoRaMacCrypto.c582 …DeriveSessionKey11x( KeyIdentifier_t keyID, uint32_t joinNonce, uint8_t* joinEUI, uint16_t devNonc… in DeriveSessionKey11x() argument
584 if( joinEUI == 0 ) in DeriveSessionKey11x()
615 memcpyr( compBase + 4, joinEUI, 8 ); in DeriveSessionKey11x()
1115 …LoRaMacCryptoHandleJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joinEUI, LoRaMacMessageJo… in LoRaMacCryptoHandleJoinAccept() argument
1117 if( ( macMsg == 0 ) || ( joinEUI == 0 ) ) in LoRaMacCryptoHandleJoinAccept()
1151 if( SecureElementProcessJoinAccept( joinReqType, joinEUI, nonce, macMsg->Buffer, in LoRaMacCryptoHandleJoinAccept()
1211 retval = DeriveSessionKey11x( F_NWK_S_INT_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
1217 retval = DeriveSessionKey11x( S_NWK_S_INT_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
1223 retval = DeriveSessionKey11x( NWK_S_ENC_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
1229 retval = DeriveSessionKey11x( APP_S_KEY, currentJoinNonce, joinEUI, nonce ); in LoRaMacCryptoHandleJoinAccept()
DLoRaMacCrypto.h273 …LoRaMacCryptoHandleJoinAccept( JoinReqIdentifier_t joinReqType, uint8_t* joinEUI, LoRaMacMessageJo…
/loramac-node-3.7.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c79 static ATCA_STATUS atcab_read_joinEUI( uint8_t* joinEUI ) in atcab_read_joinEUI() argument
84 if( joinEUI == NULL ) in atcab_read_joinEUI()
96 memcpy1( joinEUI, read_buf, SE_EUI_SIZE ); in atcab_read_joinEUI()