Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c76 bool isPolyAeadMode) in PolyAccRemainBlock() argument
84 if(isPolyAeadMode) { in PolyAccRemainBlock()
220 bool isPolyAeadMode) in PolyAccCalc() argument
235 remSize, isPolyAeadMode); in PolyAccCalc()
395 bool isPolyAeadMode) in PolyMacCalc() argument
425 rc = PolyAccCalc(pAddData, addDataSize, isPolyAeadMode); in PolyMacCalc()
432 rc = PolyAccCalc(pDataIn, dataInSize, isPolyAeadMode); in PolyMacCalc()
439 if (isPolyAeadMode) { in PolyMacCalc()
487 bool isPolyAeadMode) in PolyUpdate() argument
507 if (!isPolyAeadMode) { in PolyUpdate()
[all …]
Dpoly.h84 bool isPolyAeadMode);
114 bool isPolyAeadMode);
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_chacha20_poly1305.c224 bool isPolyAeadMode = false; in cc3xx_chacha20_poly1305_update_ad() local
237 isPolyAeadMode = true; in cc3xx_chacha20_poly1305_update_ad()
240 rc = PolyUpdate(&context->poly, input, input_length, isPolyAeadMode); in cc3xx_chacha20_poly1305_update_ad()
259 bool isPolyAeadMode = false; in cc3xx_chacha20_poly1305_update() local
296 isPolyAeadMode = true; in cc3xx_chacha20_poly1305_update()
301 isPolyAeadMode); in cc3xx_chacha20_poly1305_update()
309 if (isPolyAeadMode) { in cc3xx_chacha20_poly1305_update()
317 CC_POLY_BLOCK_SIZE_IN_BYTES, isPolyAeadMode); in cc3xx_chacha20_poly1305_update()