Searched refs:input (Results 1 – 4 of 4) sorted by relevance
/loramac-node-latest/src/peripherals/soft-se/ |
D | soft-se.c | 269 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/ |
D | lr1110-se.c | 223 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/ |
D | atecc608a-tnglora-se.c | 379 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/ |
D | secure-element.h | 149 SecureElementStatus_t SecureElementDeriveAndStoreKey( uint8_t* input, KeyIdentifier_t rootKeyID, Ke…
|