Searched refs:encryptedContentSize (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/identity/aidl/default/libeic/ |
D | EicPresentation.c | 839 size_t encryptedContentSize, uint8_t* content, in eicPresentationRetrieveEntryValue() argument 868 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, encryptedContentSize, in eicPresentationRetrieveEntryValue() 874 eicCborAppend(&ctx->cbor, content, encryptedContentSize - 28); in eicPresentationRetrieveEntryValue() 875 eicCborAppend(&ctx->cborEcdsa, content, encryptedContentSize - 28); in eicPresentationRetrieveEntryValue()
|
D | EicPresentation.h | 249 size_t encryptedContentSize, uint8_t* content,
|