Searched refs:bit_size (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ecp.h | 103 uint16_t bit_size; /*!< The curve size in bits. */ member
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 850 … ret = mbedtls_ecdsa_write_signature( &ecdsa, MBEDTLS_MD_SHA256, buf, curve_info->bit_size, in main() 863 mbedtls_ecdsa_write_signature( &ecdsa, MBEDTLS_MD_SHA256, buf, curve_info->bit_size, in main() 873 ret = mbedtls_ecdsa_read_signature( &ecdsa, buf, curve_info->bit_size, in main()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttsbit.c | 987 FT_UInt bit_size = ( width * height + 7 ) >> 3; in tt_sbit_decoder_load_bitmap() local 991 if ( bit_size < byte_size && in tt_sbit_decoder_load_bitmap()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 3754 bit_size(png_const_structp pp, png_byte colour_type, png_byte bit_depth) in bit_size() function 3782 return (TRANSFORM_WIDTH * bit_size(pp, colour_type, bit_depth)) / 8; in transform_rowsize() 3793 switch (bit_size(pp, colour_type, bit_depth)) in transform_height() 3853 width *= bit_size(pp, COL_FROM_ID(id), DEPTH_FROM_ID(id)); in standard_rowsize() 3865 switch (bit_size(pp, colour_type, bit_depth)) in transform_row() 4215 bit_size(pp, colour_type, bit_depth), w, pass, in make_transform_image() 4390 pixel_size = bit_size(pp, colour_type, bit_depth); in make_size_image() 4582 size_row(std, WIDTH_FROM_ID(id) * bit_size(pp, COL_FROM_ID(id), in standard_row() 4752 bit_size(pp, colour_type, bit_depth), w, pass, in make_error() 5354 dp->pixel_size = bit_size(pp, ct, bd); in standard_info_part2()
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1445 mbedtls_ecp_curve_info.size -> bit_size
|
Completed in 31 milliseconds