Home
last modified time | relevance | path

Searched refs:mbedtls_t_udbl (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dbn_mul.h47 mbedtls_t_udbl r; \
51 r = *(s++) * (mbedtls_t_udbl) b; \
H A Dbignum.h121 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); typedef
127 typedef uint64_t mbedtls_t_udbl; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dbignum.h141 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); typedef
156 typedef __uint128_t mbedtls_t_udbl; typedef
174 typedef uint64_t mbedtls_t_udbl; typedef
H A Dbn_mul.h898 mbedtls_t_udbl r; \
902 r = *(s++) * (mbedtls_t_udbl) b; \
H A Dcompat-1.3.h2408 #define t_udbl mbedtls_t_udbl
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dbignum.h141 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); typedef
156 typedef __uint128_t mbedtls_t_udbl; typedef
174 typedef uint64_t mbedtls_t_udbl; typedef
H A Dbn_mul.h898 mbedtls_t_udbl r; \
902 r = *(s++) * (mbedtls_t_udbl) b; \
H A Dcompat-1.3.h2408 #define t_udbl mbedtls_t_udbl
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dbignum.h141 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); typedef
156 typedef __uint128_t mbedtls_t_udbl; typedef
174 typedef uint64_t mbedtls_t_udbl; typedef
H A Dbn_mul.h898 mbedtls_t_udbl r; \
902 r = *(s++) * (mbedtls_t_udbl) b; \
H A Dcompat-1.3.h2408 #define t_udbl mbedtls_t_udbl
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dbignum.h141 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); typedef
156 typedef __uint128_t mbedtls_t_udbl; typedef
174 typedef uint64_t mbedtls_t_udbl; typedef
H A Dbn_mul.h898 mbedtls_t_udbl r; \
902 r = *(s++) * (mbedtls_t_udbl) b; \
H A Dcompat-1.3.h2408 #define t_udbl mbedtls_t_udbl
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dbignum.c1233 mbedtls_t_udbl dividend, quotient; in mbedtls_int_div_int()
1253 dividend = (mbedtls_t_udbl) u1 << biL; in mbedtls_int_div_int()
1254 dividend |= (mbedtls_t_udbl) u0; in mbedtls_int_div_int()
1256 if( quotient > ( (mbedtls_t_udbl) 1 << biL ) - 1 ) in mbedtls_int_div_int()
1257 quotient = ( (mbedtls_t_udbl) 1 << biL ) - 1; in mbedtls_int_div_int()