/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/src/ |
D | mcuxClCss_Rng.c | 57 uint8_t * pOutput, in MCUX_CSSL_FP_FUNCTION_DEF() 72 MCUXCLCSS_SETCSSOUTPUT(pOutput, outputLength); in MCUX_CSSL_FP_FUNCTION_DEF() 101 uint8_t * pOutput, in MCUX_CSSL_FP_FUNCTION_DEF() 116 MCUXCLCSS_SETCSSOUTPUT(pOutput, outputLength); in MCUX_CSSL_FP_FUNCTION_DEF() 126 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 137 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF() 149 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 163 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF() 191 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 202 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF() [all …]
|
D | mcuxClCss_KeyManagement.c | 79 static mcuxClCss_Status_Protected_t handleKeyExportError(uint8_t *pOutput, size_t key_length, mcuxC… in handleKeyExportError() argument 93 (void)mcuxClMemory_set(pOutput, 0x00, key_length, key_length); in handleKeyExportError() 102 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 117 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF() 193 handleKeyExportError(pOutput, key_length, interrupt_state), in MCUX_CSSL_FP_FUNCTION_DEF() 203 handleKeyExportError(pOutput, key_length, interrupt_state), in MCUX_CSSL_FP_FUNCTION_DEF() 215 pOutput, in MCUX_CSSL_FP_FUNCTION_DEF() 224 handleKeyExportError(pOutput, key_length, interrupt_state), in MCUX_CSSL_FP_FUNCTION_DEF() 234 handleKeyExportError(pOutput, key_length, interrupt_state), in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClCss_Ecc.c | 118 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 134 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF() 147 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 161 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClCss_Hmac.c | 31 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 51 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClCss_Cipher.c | 31 uint8_t *pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 67 MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClRsa/inc/internal/ |
D | mcuxClRsa_Internal_Functions.h | 83 uint8_t * const pOutput 133 uint8_t * const pOutput 185 uint8_t * const pOutput 239 uint8_t * const pOutput 294 uint8_t * const pOutput 341 uint8_t * pOutput 407 uint8_t * const pOutput 474 uint8_t * const pOutput 538 uint8_t * const pOutput 604 uint8_t * const pOutput
|
D | mcuxClRsa_Internal_Types.h | 78 uint8_t * const pOutput);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_q31.c | 75 *pOutput++ = (q31_t)asrl(acc[j], 23); \ 104 *pOutput++ = (q31_t)asrl(acc[j], 23); \ 115 q31_t *pOutput; /* Temporary pointer to the output buffer */ \ 136 pOutput = pDst; \ 218 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_1_4_mve() local 233 pOutput = pDst; in arm_fir_q31_1_4_mve() 270 *pOutput++ = (q31_t) acc0; in arm_fir_q31_1_4_mve() 271 *pOutput++ = (q31_t) acc1; in arm_fir_q31_1_4_mve() 272 *pOutput++ = (q31_t) acc2; in arm_fir_q31_1_4_mve() 273 *pOutput++ = (q31_t) acc3; in arm_fir_q31_1_4_mve() [all …]
|
D | arm_fir_q7.c | 59 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 69 *pOutput++ = (q7_t) __SSAT((acc[j] >> 7U), 8); \ 78 q7_t *pOutput; /* Temporary pointer to the output buffer */ \ 100 pOutput = pDst; \ 111 FIR_Q7_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \ 123 FIR_Q7_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \ 200 q7_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q7() local 250 pOutput = pDst; in arm_fir_q7() 305 *pOutput++ = (q7_t) __SSAT((acc0 >> 7U), 8); in arm_fir_q7() 306 *pOutput++ = (q7_t) __SSAT((acc1 >> 7U), 8); in arm_fir_q7() [all …]
|
D | arm_fir_q15.c | 64 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 74 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc[j], 15); \ 83 q15_t *pOutput; /* Temporary pointer to the output buffer */ \ 105 pOutput = pDst; \ 116 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \ 128 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \ 209 q15_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q15() local 243 pOutput = pDst; in arm_fir_q15() 291 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc0, 15); in arm_fir_q15() 292 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc1, 15); in arm_fir_q15() [all …]
|
D | arm_fir_f16.c | 71 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_1_4_mve() local 92 pOutput = pDst; in arm_fir_f16_1_4_mve() 108 vst1q(pOutput, vecAcc0); in arm_fir_f16_1_4_mve() 110 pOutput += 8; in arm_fir_f16_1_4_mve() 127 vstrhq_p_f16(pOutput, vecAcc0, p0); in arm_fir_f16_1_4_mve() 161 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_5_8_mve() local 182 pOutput = pDst; in arm_fir_f16_5_8_mve() 198 vst1q(pOutput, vecAcc0); in arm_fir_f16_5_8_mve() 200 pOutput += 8; in arm_fir_f16_5_8_mve() 217 vstrhq_p_f16(pOutput, vecAcc0, p0); in arm_fir_f16_5_8_mve() [all …]
|
D | arm_fir_f32.c | 173 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32_1_4_mve() local 191 pOutput = pDst; in arm_fir_f32_1_4_mve() 207 vst1q(pOutput, vecAcc0); in arm_fir_f32_1_4_mve() 209 pOutput += 4; in arm_fir_f32_1_4_mve() 226 vstrwq_p_f32(pOutput, vecAcc0, p0); in arm_fir_f32_1_4_mve() 372 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32() local 555 pOutput = pDst; in arm_fir_f32() 581 vst1q(pOutput, vecAcc0+pap); in arm_fir_f32() 584 pOutput += 4; in arm_fir_f32() 611 vstrwq_p_f32(pOutput, vecAcc0+pap,p0); in arm_fir_f32() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/inc/ |
D | mcuxClCss_Rng.h | 99 uint8_t * pOutput, 153 uint8_t * pOutput, 177 uint8_t * pOutput 204 uint8_t * pOutput 265 uint8_t * pOutput 303 uint8_t * pOutput,
|
D | mcuxClCss_Ecc.h | 359 uint8_t * pOutput 415 uint8_t * pOutput
|
D | mcuxClCss_Hmac.h | 148 uint8_t * pOutput
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/inc/internal/ |
D | mcuxClCss_Internal.h | 79 #define MCUXCLCSS_SETCSSOUTPUT(pOutput, outputSize) \ argument 81 IP_CSS->CSS_DMA_RES0_b.ADDR_RES0 = (uint32_t) ((uintptr_t) (pOutput)); \ 86 #define MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput) \ argument 88 IP_CSS->CSS_DMA_RES0_b.ADDR_RES0 = (uint32_t) ((uintptr_t) (pOutput)); \
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClRsa/src/ |
D | mcuxClRsa_Pkcs1v15Encode.c | 103 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 173 …MCUX_CSSL_FP_FUNCTION_CALL(memcopy_output_result, mcuxClMemory_copy(pOutput, pPkcWorkarea, emLen, … in MCUX_CSSL_FP_FUNCTION_DEF() 176 MCUXCLPKC_FP_SWITCHENDIANNESS((uint32_t *) pOutput, emLen); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_NoEncode.c | 51 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 56 pOperands[MCUXCLRSA_INTERNAL_UPTRTINDEX_NOENCODE_OUT] = MCUXCLPKC_PTR2OFFSET(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_NoVerify.c | 49 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 62 …MCUXCLPKC_FP_SECUREEXPORTBIGENDIANFROMPKC((uint8_t * )pOutput, MCUXCLRSA_INTERNAL_UPTRTINDEX_NOVER… in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_PrivatePlain.c | 40 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 135 … MCUXCLPKC_FP_EXPORTBIGENDIANFROMPKC(pOutput, MCUXCLRSA_INTERNAL_UPTRTINDEX_PRIVPLAIN_X, byteLenN); in MCUX_CSSL_FP_FUNCTION_DEF() 176 MCUXCLPKC_FP_EXPORTBIGENDIANFROMPKC(pOutput, MCUXCLRSA_INTERNAL_UPTRTINDEX_PRIVPLAIN_X, byteLenN); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_Verify.c | 42 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 87 pOutput)); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_Mgf1.c | 39 uint8_t * pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 82 …MCUX_CSSL_FP_FUNCTION_CALL(memcopy_result, mcuxClMemory_copy((uint8_t *) pOutput + tLen, pHashOutp… in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_Public.c | 38 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 86 pOperands[MCUXCLRSA_INTERNAL_UPTRTINDEX_PUBLIC_OUTPUT] = MCUXCLPKC_PTR2OFFSET(pOutput); in MCUX_CSSL_FP_FUNCTION_DEF()
|
D | mcuxClRsa_PssEncode.c | 76 uint8_t * const pOutput) in MCUX_CSSL_FP_FUNCTION_DEF() 95 uint8_t * const pEm = pOutput; in MCUX_CSSL_FP_FUNCTION_DEF()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClRsa/inc/ |
D | mcuxClRsa_Functions.h | 205 uint8_t * const pOutput
|