Searched refs:mbedtls_mpi_cmp_abs (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | bignum.h | 423 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y );
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | bignum.c | 810 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y ) in mbedtls_mpi_cmp_abs() function 972 if( mbedtls_mpi_cmp_abs( A, B ) < 0 ) in mbedtls_mpi_sub_abs() 1015 if( mbedtls_mpi_cmp_abs( A, B ) >= 0 ) in mbedtls_mpi_add_mpi() 1046 if( mbedtls_mpi_cmp_abs( A, B ) >= 0 ) in mbedtls_mpi_sub_mpi() 1336 if( mbedtls_mpi_cmp_abs( A, B ) < 0 ) in mbedtls_mpi_div_mpi() 1583 if( mbedtls_mpi_cmp_abs( A, N ) >= 0 ) in mpi_montmul()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | bignum.h | 587 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y );
|
| H A D | compat-1.3.h | 2054 #define mpi_cmp_abs mbedtls_mpi_cmp_abs
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | bignum.h | 587 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y );
|
| H A D | compat-1.3.h | 2054 #define mpi_cmp_abs mbedtls_mpi_cmp_abs
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | bignum.h | 587 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y );
|
| H A D | compat-1.3.h | 2054 #define mpi_cmp_abs mbedtls_mpi_cmp_abs
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | bignum.h | 587 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y );
|
| H A D | compat-1.3.h | 2054 #define mpi_cmp_abs mbedtls_mpi_cmp_abs
|