Searched refs:input_B (Results 1 – 1 of 1) sorted by relevance
122 uint32_t *input_B = NULL; in rsa_pka_arithmetic_mul() local136 input_B = mbedtls_calloc( 1, op_len ); in rsa_pka_arithmetic_mul()137 MBEDTLS_MPI_CHK( ( input_B == NULL ) ? MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED : 0 ); in rsa_pka_arithmetic_mul()140 GET_UINT32_BE( input_B[( op_len/4 ) - i], B, 4*(i-1) ); in rsa_pka_arithmetic_mul()144 in.pOp2 = input_B; in rsa_pka_arithmetic_mul()177 if (input_B != NULL) in rsa_pka_arithmetic_mul()179 mbedtls_platform_zeroize( input_B, op_len ); in rsa_pka_arithmetic_mul()180 mbedtls_free( input_B ); in rsa_pka_arithmetic_mul()