Searched refs:encodingArrRemap (Results 1 – 1 of 1) sorted by relevance
252 uint8_t *encodingArrRemap = NULL; in Cy_Crypto_Core_Rsa_Verify_Ext() local328 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() local533 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()