Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 21 of 21) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
A Dstrcmp.c77 #define UNALIGNED(X, Y) \ argument
A Dstrncmp.c76 #define UNALIGNED(X, Y) \ argument
A Dmemcmp.c74 #define UNALIGNED(X, Y) \ argument
A Dstrcpy.c75 #define UNALIGNED(X, Y) \ argument
A Dmemmove.c75 #define UNALIGNED(X, Y) \ argument
A Dmemcpy.c72 #define UNALIGNED(X, Y) \ argument
A Dstrncpy.c81 #define UNALIGNED(X, Y) \ argument
/optee_os/lib/libmbedtls/mbedtls/library/
A Ddes.c254 #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 Dbignum.c261 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 Dhavege.c52 #define SWAP(X,Y) { uint32_t *T = (X); (X) = (Y); (Y) = T; } argument
A Daes.c873 uint32_t Y[4]; in mbedtls_internal_aes_encrypt() member
946 uint32_t Y[4]; in mbedtls_internal_aes_decrypt() member
A Decp_curves.c1324 #define DIV_ROUND_UP( X, Y ) ( ( ( X ) + ( Y ) - 1 ) / ( Y ) ) argument
A Decp.c1620 mbedtls_mpi T1, T2, T3, T4, X, Y, Z; in ecp_add_mixed() local
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
A Ds_ocb_done.c42 unsigned char *Z, *Y, *X; in s_ocb_done() local
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Decp.h172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Decp.h172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Decp.h172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Decp.h172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Decp.h172 mbedtls_mpi Y; /*!< The Y coordinate of the ECP point. */ member
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c32Y = {0x6658, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x666… variable
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h478 Y[16], /* counter */ member

Completed in 39 milliseconds