Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Dsoft-se.c269 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() argument
272 if( input == NULL ) in SecureElementDeriveAndStoreKey()
290 retval = SecureElementAesEncrypt( input, 16, rootKeyID, key ); in SecureElementDeriveAndStoreKey()
/loramac-node-latest/src/peripherals/lr1110-se/
Dlr1110-se.c223 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() argument
228 if( input == NULL ) in SecureElementDeriveAndStoreKey()
235 convert_key_id_from_se_to_lr1110( targetKeyID ), input ); in SecureElementDeriveAndStoreKey()
/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c379 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, in SecureElementDeriveAndStoreKey() argument
382 if( input == NULL ) in SecureElementDeriveAndStoreKey()
424 input, NULL, NULL ); in SecureElementDeriveAndStoreKey()
/loramac-node-latest/src/mac/
Dsecure-element.h149 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, Ke…