Searched refs:digestType (Results 1 – 8 of 8) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_core_rsa.h | 66 cy_en_crypto_sha_mode_t digestType, 73 cy_en_crypto_sha_mode_t digestType, 80 cy_en_crypto_sha_mode_t digestType, 91 cy_en_crypto_sha_mode_t digestType,
|
| D | cy_cryptolite_rsa.h | 323 cy_en_cryptolite_sha_mode_t digestType,
|
| D | cy_crypto.h | 2042 cy_en_crypto_sha_mode_t digestType,
|
| D | cy_crypto_common.h | 1506 cy_en_crypto_sha_mode_t digestType; member
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_rsa.c | 173 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Core_Rsa_Verify() argument 178 if(digestType == CY_CRYPTO_MODE_SHA_NONE) in Cy_Crypto_Core_Rsa_Verify() 185 digestType, in Cy_Crypto_Core_Rsa_Verify() 236 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Core_Rsa_Verify_Ext() argument 265 switch (digestType) in Cy_Crypto_Core_Rsa_Verify_Ext() 330 if (CY_CRYPTO_MODE_SHA_NONE != digestType) in Cy_Crypto_Core_Rsa_Verify_Ext() 371 if ((CY_CRYPTO_MODE_SHA_NONE != digestType) && (0u == cmpRes)) in Cy_Crypto_Core_Rsa_Verify_Ext() 440 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Core_Rsa_Sign() argument 468 switch (digestType) in Cy_Crypto_Core_Rsa_Sign() 535 if(CY_CRYPTO_MODE_SHA_NONE == digestType) in Cy_Crypto_Core_Rsa_Sign() [all …]
|
| D | cy_cryptolite_rsa.c | 575 cy_en_cryptolite_sha_mode_t digestType, in Cy_Cryptolite_Rsa_Verify() argument 655 switch (digestType) in Cy_Cryptolite_Rsa_Verify() 718 if (CY_CRYPTOLITE_MODE_SHA_NONE != digestType) in Cy_Cryptolite_Rsa_Verify() 751 if (CY_CRYPTOLITE_MODE_SHA_NONE != digestType) in Cy_Cryptolite_Rsa_Verify()
|
| D | cy_crypto.c | 1153 cy_en_crypto_sha_mode_t digestType, in Cy_Crypto_Rsa_Verify() argument 1167 cfContext->digestType = digestType; in Cy_Crypto_Rsa_Verify() 1176 SCB_CleanDCache_by_Addr((volatile void *)digest, Cy_Crypto_Sha_Digest_size[digestType]); in Cy_Crypto_Rsa_Verify()
|
| D | cy_crypto_server.c | 713 … cfContext->verResult, cfContext->digestType, (uint8_t const *)cfContext->hash, in Cy_Crypto_Server_Process()
|