Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_rsa.c252 uint8_t *encodingArrRemap = NULL; in Cy_Crypto_Core_Rsa_Verify_Ext() local
328 encodingArrRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(encodingArr); in Cy_Crypto_Core_Rsa_Verify_Ext()
374 cmpRes = Cy_Crypto_Core_MemCmp(base, (void const *)encodingArrRemap, in Cy_Crypto_Core_Rsa_Verify_Ext()
453 uint8_t *encodingArrRemap = NULL; in Cy_Crypto_Core_Rsa_Sign() local
533 encodingArrRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(encodingArr); in Cy_Crypto_Core_Rsa_Sign()
591 … Cy_Crypto_Core_MemCpy(base, signatureRemap, encodingArrRemap, (uint16_t)encodingArrSize); in Cy_Crypto_Core_Rsa_Sign()