Home
last modified time | relevance | path

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/
Dcc_pal_mem.c44 const uint8_t* aSource, in CC_PalSecMemCmp()
79 const void* aSource, /*!< [in] The Source buffer to compare to. */ in CC_PalMemCmpPlat()
87const void* aSource, /*!< [in] The Source buffer to copy from. */ in CC_PalMemCopyPlat()
100const 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/
Dcc_pal_mem.c43 const uint8_t* aSource, in CC_PalSecMemCmp()
78 const void* aSource, /*!< [in] The Source buffer to compare to. */ in CC_PalMemCmpPlat()
86const 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/
Dcc_pal_mem.c45 const uint8_t* aSource, in CC_PalSecMemCmp()
77 const void* aSource, /*!< [in] The Source buffer to compare to. */ in CC_PalMemCmpPlat()
85const 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/
Dcc_pal_mem.h53 #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/
Dsrp_driver.c715 const uint8_t* aSource, /*!< [in] The Source buffer to compare to. */ in SRP_SecureMemCmp()