Home
last modified time | relevance | path

Searched refs:encJoinAccept (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/peripherals/soft-se/
Dsoft-se.c307 uint16_t devNonce, uint8_t* encJoinAccept, in SecureElementProcessJoinAccept() argument
311 if( ( encJoinAccept == NULL ) || ( decJoinAccept == NULL ) || ( versionMinor == NULL ) ) in SecureElementProcessJoinAccept()
330 memcpy1( decJoinAccept, encJoinAccept, encJoinAcceptSize ); in SecureElementProcessJoinAccept()
333 …if( SecureElementAesEncrypt( encJoinAccept + LORAMAC_MHDR_FIELD_SIZE, encJoinAcceptSize - LORAMAC_… in SecureElementProcessJoinAccept()
/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c242 uint16_t devNonce, uint8_t* encJoinAccept, in SecureElementProcessJoinAccept() argument
248 if( ( encJoinAccept == NULL ) || ( decJoinAccept == NULL ) || ( versionMinor == NULL ) ) in SecureElementProcessJoinAccept()
279 encJoinAccept + 1, encJoinAcceptSize - 1, decJoinAccept + 1 ); in SecureElementProcessJoinAccept()
311 encJoinAccept + 1, encJoinAcceptSize - 1, decJoinAccept + 1 ); in SecureElementProcessJoinAccept()
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c436 uint16_t devNonce, uint8_t* encJoinAccept, in SecureElementProcessJoinAccept() argument
440 if( ( encJoinAccept == NULL ) || ( decJoinAccept == NULL ) || ( versionMinor == NULL ) ) in SecureElementProcessJoinAccept()
459 memcpy1( decJoinAccept, encJoinAccept, encJoinAcceptSize ); in SecureElementProcessJoinAccept()
462 …if( SecureElementAesEncrypt( encJoinAccept + LORAMAC_MHDR_FIELD_SIZE, encJoinAcceptSize - LORAMAC_… in SecureElementProcessJoinAccept()
/loramac-node-latest/src/mac/
Dsecure-element.h163 uint16_t devNonce, uint8_t* encJoinAccept,