Searched defs:aSource (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/ |
| D | cc_pal_mem.c | 44 const uint8_t* aSource, in CC_PalSecMemCmp() 79 const void* aSource, /*!< [in] The Source buffer to compare to. */ in CC_PalMemCmpPlat() 87 … const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemCopyPlat() 100 … const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemMovePlat()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
| D | cc_pal_mem.c | 43 const uint8_t* aSource, in CC_PalSecMemCmp() 78 const void* aSource, /*!< [in] The Source buffer to compare to. */ in CC_PalMemCmpPlat() 86 … const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemCopyPlat() 99 const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemMovePlat()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/linux/ |
| D | cc_pal_mem.c | 45 const uint8_t* aSource, in CC_PalSecMemCmp() 77 const void* aSource, /*!< [in] The Source buffer to compare to. */ in CC_PalMemCmpPlat() 85 … const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemCopyPlat() 98 const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemMovePlat()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
| D | cc_pal_mem.h | 53 #define CC_PalMemCmp(aTarget, aSource, aSize) CC_PalMemCmpPlat(aTarget, aSource, aSize) argument 61 #define CC_PalMemCopy(aDestination, aSource, aSize) CC_PalMemCopyPlat(aDestination, aSource, aSize) argument 71 #define CC_PalMemMove(aDestination, aSource, aSize) CC_PalMemMovePlat(aDestination, aSource, aSize) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/ |
| D | srp_driver.c | 715 const uint8_t* aSource, /*!< [in] The Source buffer to compare to. */ in SRP_SecureMemCmp()
|