Searched refs:input_B (Results 1 – 1 of 1) sorted by relevance
124 uint32_t *input_B = NULL; in rsa_pka_arithmetic_mul() local138 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()