Searched refs:EIC_AES_128_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance
22 if (!eicOpsRandom(ctx->storageKey, EIC_AES_128_KEY_SIZE)) { in eicProvisioningInit()91 eicMemCpy(ctx->storageKey, credentialKeys + 2, EIC_AES_128_KEY_SIZE); in eicProvisioningInitForUpdate()352 eicCborAppendByteString(&cbor, ctx->storageKey, EIC_AES_128_KEY_SIZE); in eicProvisioningFinishGetCredentialData()
47 uint8_t storageKey[EIC_AES_128_KEY_SIZE];
36 uint8_t storageKey[EIC_AES_128_KEY_SIZE];
73 #define EIC_AES_128_KEY_SIZE 16 macro
82 eicMemCpy(ctx->storageKey, credentialKeys + 2, EIC_AES_128_KEY_SIZE); in eicPresentationInit()