Home
last modified time | relevance | path

Searched defs:keyBuff (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_otp.c132 uint32_t Test_SetKeyOtpBuff(uint32_t *otpBuf, uint32_t *keyBuff, uint32_t keyType) in Test_SetKeyOtpBuff()
193 …est_GetKeyOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t *keySizeInWords, uint32_t *keyBuff ) in Test_GetKeyOtpBuff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ext_dma.c64 uint8_t keyBuff[CC_AES_KEY_MAX_SIZE_IN_BYTES] = {0}; in runIt_extDma() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.c122 uint32_t Test_ProjSetKeyOtpBuff(uint32_t *otpBuf, uint32_t *keyBuff, uint32_t keyType) in Test_ProjSetKeyOtpBuff()
531 uint32_t *keyBuff) in Test_ProjGetKeyOtpBuff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu_derivation.c36 uint8_t keyBuff[CC_PROD_AES_Key256Bits_SIZE_IN_BYTES]; in Derivation_Block_Cipher_df() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.c90 int8_t keyBuff[EVP_MAX_KEY_LENGTH] = {0x0}; in CC_CommonAesCbcDecrypt() local