Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c123 uint32_t *input_A = NULL; in rsa_pka_arithmetic_mul() local
132 input_A = mbedtls_calloc( 1, op_len ); in rsa_pka_arithmetic_mul()
133 MBEDTLS_MPI_CHK( ( input_A == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_pka_arithmetic_mul()
136 GET_UINT32_BE( input_A[( op_len/4 ) - i], A, 4*(i-1) ); in rsa_pka_arithmetic_mul()
145 in.pOp1 = input_A; in rsa_pka_arithmetic_mul()
169 if (input_A != NULL) in rsa_pka_arithmetic_mul()
171 mbedtls_platform_zeroize( input_A, op_len ); in rsa_pka_arithmetic_mul()
172 mbedtls_free( input_A ); in rsa_pka_arithmetic_mul()