Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dbignum.c67 #define biL (ciL << 3) /* bits in limb */ macro
76 #define BITS_TO_LIMBS(i) ( (i) / biL + ( (i) % biL != 0 ) )
310 if( X->n * biL <= pos ) in mbedtls_mpi_get_bit()
313 return( ( X->p[pos / biL] >> ( pos % biL ) ) & 0x01 ); in mbedtls_mpi_get_bit()
322 size_t off = pos / biL; in mbedtls_mpi_set_bit()
323 size_t idx = pos % biL; in mbedtls_mpi_set_bit()
328 if( X->n * biL <= pos ) in mbedtls_mpi_set_bit()
352 for( j = 0; j < biL; j++, count++ ) in mbedtls_mpi_lsb()
365 mbedtls_mpi_uint mask = (mbedtls_mpi_uint) 1 << (biL - 1); in mbedtls_clz()
367 for( j = 0; j < biL; j++ ) in mbedtls_clz()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dbn_mul.h53 r1 = (mbedtls_mpi_uint)( r >> biL ); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dbn_mul.h904 r1 = (mbedtls_mpi_uint)( r >> biL ); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dbn_mul.h904 r1 = (mbedtls_mpi_uint)( r >> biL ); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dbn_mul.h904 r1 = (mbedtls_mpi_uint)( r >> biL ); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dbn_mul.h904 r1 = (mbedtls_mpi_uint)( r >> biL ); \