/optee_os/lib/libutils/isoc/newlib/ |
A D | strcmp.c | 77 #define UNALIGNED(X, Y) \ argument
|
A D | strncmp.c | 76 #define UNALIGNED(X, Y) \ argument
|
A D | memcmp.c | 74 #define UNALIGNED(X, Y) \ argument
|
A D | strcpy.c | 75 #define UNALIGNED(X, Y) \ argument
|
A D | memmove.c | 75 #define UNALIGNED(X, Y) \ argument
|
A D | memcpy.c | 72 #define UNALIGNED(X, Y) \ argument
|
A D | strncpy.c | 81 #define UNALIGNED(X, Y) \ argument
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | des.c | 254 #define DES_IP(X,Y) \ argument 269 #define DES_FP(X,Y) \ argument 284 #define DES_ROUND(X,Y) \ argument 424 uint32_t X, Y, T; in mbedtls_des_setkey() local 632 uint32_t X, Y, T, *SK; in mbedtls_des_crypt_ecb() local 719 uint32_t X, Y, T, *SK; in mbedtls_des3_crypt_ecb() local
|
A D | bignum.c | 261 int mbedtls_mpi_copy( mbedtls_mpi *X, const mbedtls_mpi *Y ) in mbedtls_mpi_copy() 307 void mbedtls_mpi_swap( mbedtls_mpi *X, mbedtls_mpi *Y ) in mbedtls_mpi_swap() 384 int mbedtls_mpi_safe_cond_assign( mbedtls_mpi *X, const mbedtls_mpi *Y, unsigned char assign ) in mbedtls_mpi_safe_cond_assign() 427 int mbedtls_mpi_safe_cond_swap( mbedtls_mpi *X, mbedtls_mpi *Y, unsigned char swap ) in mbedtls_mpi_safe_cond_swap() 1232 int mbedtls_mpi_cmp_abs( const mbedtls_mpi *X, const mbedtls_mpi *Y ) in mbedtls_mpi_cmp_abs() 1264 int mbedtls_mpi_cmp_mpi( const mbedtls_mpi *X, const mbedtls_mpi *Y ) in mbedtls_mpi_cmp_mpi() 1334 int mbedtls_mpi_lt_mpi_ct( const mbedtls_mpi *X, const mbedtls_mpi *Y, in mbedtls_mpi_lt_mpi_ct() 1402 mbedtls_mpi Y; in mbedtls_mpi_cmp_int() local 1950 mbedtls_mpi X, Y, Z, T1, T2; in mbedtls_mpi_div_mpi() local 3182 mbedtls_mpi Y; in mbedtls_mpi_gen_prime() local [all …]
|
A D | havege.c | 52 #define SWAP(X,Y) { uint32_t *T = (X); (X) = (Y); (Y) = T; } argument
|
A D | aes.c | 873 uint32_t Y[4]; in mbedtls_internal_aes_encrypt() member 946 uint32_t Y[4]; in mbedtls_internal_aes_decrypt() member
|
A D | ecp_curves.c | 1324 #define DIV_ROUND_UP( X, Y ) ( ( ( X ) + ( Y ) - 1 ) / ( Y ) ) argument
|
A D | ecp.c | 1620 mbedtls_mpi T1, T2, T3, T4, X, Y, Z; in ecp_add_mixed() local
|
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | s_ocb_done.c | 42 unsigned char *Z, *Y, *X; in s_ocb_done() local
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | ecp.h | 172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | ecp.h | 172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | ecp.h | 172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | ecp.h | 172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ecp.h | 172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
|
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 32 …Y = {0x6658, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x666… variable
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 478 Y[16], /* counter */ member
|