Home
last modified time | relevance | path

Searched refs:input_B (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c124 uint32_t *input_B = NULL; in rsa_pka_arithmetic_mul() local
138 input_B = mbedtls_calloc( 1, op_len ); in rsa_pka_arithmetic_mul()
139 MBEDTLS_MPI_CHK( ( input_B == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_pka_arithmetic_mul()
142 GET_UINT32_BE( input_B[( op_len/4 ) - i], B, 4*(i-1) ); in rsa_pka_arithmetic_mul()
146 in.pOp2 = input_B; in rsa_pka_arithmetic_mul()
175 if (input_B != NULL) in rsa_pka_arithmetic_mul()
177 mbedtls_platform_zeroize( input_B, op_len ); in rsa_pka_arithmetic_mul()
178 mbedtls_free( input_B ); in rsa_pka_arithmetic_mul()