Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 41) sorted by relevance

12

/optee_os-3.20.0/lib/libutils/isoc/newlib/
A Dstrcmp.c77 #define UNALIGNED(X, Y) \ argument
82 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) argument
85 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ argument
A Dstrncmp.c76 #define UNALIGNED(X, Y) \ argument
81 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) argument
84 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ argument
A Dstrchr.c73 #define UNALIGNED(X) ((long)X & (sizeof (long) - 1)) argument
79 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) argument
83 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ argument
92 #define DETECTCHAR(X,MASK) (DETECTNULL(X ^ MASK)) argument
A Dstrcpy.c75 #define UNALIGNED(X, Y) \ argument
79 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) argument
83 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) argument
A Dstrlen.c73 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) argument
76 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) argument
80 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ argument
A Dmemchr.c76 #define UNALIGNED(X) ((long)X & (sizeof(long) - 1)) argument
85 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) argument
89 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ argument
102 #define DETECTCHAR(X, MASK) (DETECTNULL(X ^ MASK)) argument
A Dstrncpy.c81 #define UNALIGNED(X, Y) \ argument
85 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) argument
89 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) argument
A Dmemcmp.c74 #define UNALIGNED(X, Y) \ argument
A Dmemmove.c75 #define UNALIGNED(X, Y) \ argument
A Dmemcpy.c72 #define UNALIGNED(X, Y) \ argument
A Dmemset.c72 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) argument
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c101 void mbedtls_mpi_init( mbedtls_mpi *X ) in mbedtls_mpi_init()
106 void mbedtls_mpi_init_mempool( mbedtls_mpi *X ) in mbedtls_mpi_init_mempool()
114 void mbedtls_mpi_free( mbedtls_mpi *X ) in mbedtls_mpi_free()
388 size_t mbedtls_mpi_lsb( const mbedtls_mpi *X ) in mbedtls_mpi_lsb()
422 size_t mbedtls_mpi_bitlen( const mbedtls_mpi *X ) in mbedtls_mpi_bitlen()
441 size_t mbedtls_mpi_size( const mbedtls_mpi *X ) in mbedtls_mpi_size()
836 int mbedtls_mpi_read_binary_le( mbedtls_mpi *X, in mbedtls_mpi_read_binary_le()
1695 mbedtls_mpi X, Y, Z, T1, T2; in mbedtls_mpi_div_mpi() local
2440 mbedtls_mpi *X, size_t n_bytes, in mpi_fill_random_internal()
2487 int mbedtls_mpi_random( mbedtls_mpi *X, in mbedtls_mpi_random()
[all …]
A Ddes.c232 #define DES_IP(X,Y) \ argument
247 #define DES_FP(X,Y) \ argument
262 #define DES_ROUND(X,Y) \ argument
402 uint32_t X, Y, T; in mbedtls_des_setkey() local
610 uint32_t X, Y, T, *SK; in mbedtls_des_crypt_ecb() local
704 uint32_t X, Y, T, *SK; in mbedtls_des3_crypt_ecb() local
A Decjpake.c190 const mbedtls_ecp_point *X, in ecjpake_hash()
237 const mbedtls_ecp_point *X, in ecjpake_zkp_read()
310 const mbedtls_ecp_point *X, in ecjpake_zkp_write()
370 mbedtls_ecp_point *X, in ecjpake_kkp_read()
408 mbedtls_ecp_point *X, in ecjpake_kkp_write()
626 const mbedtls_mpi *X, in ecjpake_mul_secret()
A Dhavege.c52 #define SWAP(X,Y) { uint32_t *T = (X); (X) = (Y); (Y) = T; } argument
A Dconstant_time.c549 int mbedtls_mpi_safe_cond_assign( mbedtls_mpi *X, in mbedtls_mpi_safe_cond_assign()
581 int mbedtls_mpi_safe_cond_swap( mbedtls_mpi *X, in mbedtls_mpi_safe_cond_swap()
620 int mbedtls_mpi_lt_mpi_ct( const mbedtls_mpi *X, in mbedtls_mpi_lt_mpi_ct()
A Ddebug.c197 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp()
220 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi()
A Ddhm.c66 static int dhm_read_bignum( mbedtls_mpi *X, in dhm_read_bignum()
229 #define DHM_MPI_EXPORT( X, n ) \ in mbedtls_dhm_make_params() argument
A Decp_curves.c584 static inline void ecp_mpi_load( mbedtls_mpi *X, const mbedtls_mpi_uint *p, size_t len ) in ecp_mpi_load()
594 static inline void ecp_mpi_set1( mbedtls_mpi *X ) in ecp_mpi_set1()
1326 #define DIV_ROUND_UP( X, Y ) ( ( ( X ) + ( Y ) - 1 ) / ( Y ) ) argument
A Decp.c1233 mbedtls_mpi *X, in mbedtls_mpi_mul_mod()
1260 mbedtls_mpi *X, in mbedtls_mpi_sub_mod()
1282 mbedtls_mpi *X, in mbedtls_mpi_add_mod()
1298 mbedtls_mpi *X, in mbedtls_mpi_shift_l_mod()
1619 mbedtls_mpi T1, T2, T3, T4, X, Y, Z; in ecp_add_mixed() local
2975 static int ecp_check_bad_points_mx( const mbedtls_mpi *X, const mbedtls_mpi *P, in ecp_check_bad_points_mx()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Ddebug.h52 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
57 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
76 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) do { } while( 0 ) argument
77 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) do { } while( 0 ) argument
A Ddhm.h116 mbedtls_mpi X; /*!< Our secret value. */ member
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/
A Ds_ocb_done.c35 unsigned char *Z, *Y, *X; in s_ocb_done() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_generate_pqg.c28 void *t2L1, *t2N1, *t2q, *t2seedlen, *U, *W, *X, *c, *h, *e, *seedinc; in s_dsa_make_params() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Drmd128.c81 ulong32 aa,bb,cc,dd,aaa,bbb,ccc,ddd,X[16]; in ss_rmd128_compress() local

Completed in 35 milliseconds

12