Searched refs:algVal (Results 1 – 1 of 1) sorted by relevance
1119 uint64_t algVal; in coseDecryptAesGcmInPlace() local1120 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()