Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/
Dcose.cpp1119 uint64_t algVal; in coseDecryptAesGcmInPlace() local
1120 if (CborReadUint(&protHdrIn, &algVal) != CBOR_READ_RESULT_OK) { in coseDecryptAesGcmInPlace()
1126 if (algVal != COSE_VAL_CIPHER_ALG) { in coseDecryptAesGcmInPlace()
1128 algVal); in coseDecryptAesGcmInPlace()
1132 alg = algVal; in coseDecryptAesGcmInPlace()