Searched refs:EIC_AES_128_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance
23 if (!eicOpsRandom(ctx->storageKey, EIC_AES_128_KEY_SIZE)) { in eicProvisioningInit()100 eicMemCpy(ctx->storageKey, credentialKeys + 2, EIC_AES_128_KEY_SIZE); in eicProvisioningInitForUpdate()376 eicCborAppendByteString(&cbor, ctx->storageKey, EIC_AES_128_KEY_SIZE); in eicProvisioningFinishGetCredentialData()
43 uint8_t storageKey[EIC_AES_128_KEY_SIZE];
32 uint8_t storageKey[EIC_AES_128_KEY_SIZE];
69 #define EIC_AES_128_KEY_SIZE 16 macro
91 eicMemCpy(ctx->storageKey, credentialKeys + 2, EIC_AES_128_KEY_SIZE); in eicPresentationInit()