Home
last modified time | relevance | path

Searched refs:eicCborAppendSemantic (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.c271 eicCborAppendSemantic(&cbor, EIC_CBOR_SEMANTIC_TAG_ENCODED_CBOR); in eicPresentationValidateRequestMessage()
282 eicCborAppendSemantic(&cbor, EIC_CBOR_SEMANTIC_TAG_ENCODED_CBOR); in eicPresentationValidateRequestMessage()
506 eicCborAppendSemantic(&cbor, EIC_CBOR_SEMANTIC_TAG_ENCODED_CBOR); in eicPresentationCalcMacKey()
586 eicCborAppendSemantic(&ctx->cbor, EIC_CBOR_SEMANTIC_TAG_ENCODED_CBOR); in eicPresentationCalcMacKey()
599 eicCborAppendSemantic(&ctx->cbor, EIC_CBOR_SEMANTIC_TAG_ENCODED_CBOR); in eicPresentationCalcMacKey()
H A DEicCbor.h120 void eicCborAppendSemantic(EicCbor* cbor, uint64_t value);
H A DEicCbor.c150 void eicCborAppendSemantic(EicCbor* cbor, uint64_t value) { in eicCborAppendSemantic() function