Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddes.c213 #define DES_IP(X, Y) \ argument
228 #define DES_FP(X, Y) \ argument
243 #define DES_ROUND(X, Y) \ argument
398 uint32_t X, Y, T; in mbedtls_des_setkey() local
599 uint32_t X, Y, T, *SK; in mbedtls_des_crypt_ecb() local
687 uint32_t X, Y, T, *SK; in mbedtls_des3_crypt_ecb() local
H A Dbignum.c61 const mbedtls_mpi *Y, in mbedtls_mpi_lt_mpi_ct()
122 const mbedtls_mpi *Y, in mbedtls_mpi_safe_cond_assign()
153 mbedtls_mpi *Y, in mbedtls_mpi_safe_cond_swap()
358 int mbedtls_mpi_copy(mbedtls_mpi *X, const mbedtls_mpi *Y) in mbedtls_mpi_copy()
400 void mbedtls_mpi_swap(mbedtls_mpi *X, mbedtls_mpi *Y) in mbedtls_mpi_swap()
945 int mbedtls_mpi_cmp_abs(const mbedtls_mpi *X, const mbedtls_mpi *Y) in mbedtls_mpi_cmp_abs()
986 int mbedtls_mpi_cmp_mpi(const mbedtls_mpi *X, const mbedtls_mpi *Y) in mbedtls_mpi_cmp_mpi()
1037 mbedtls_mpi Y; in mbedtls_mpi_cmp_int() local
1449 mbedtls_mpi X, Y, Z, T1, T2; in mbedtls_mpi_div_mpi() local
2320 mbedtls_mpi Y; in mbedtls_mpi_gen_prime() local
[all …]
H A Dbignum_mod_raw.c35 mbedtls_mpi_uint *Y, in mbedtls_mpi_mod_raw_cond_swap()
H A Decp.c1194 #define MPI_ECP_CMP(X, Y) \ argument
1217 #define MPI_ECP_COND_ASSIGN(X, Y, cond) \ argument
1220 #define MPI_ECP_COND_SWAP(X, Y, cond) \ argument
1257 mbedtls_mpi *Y, in mbedtls_ecp_sw_derive_y()
1610 mbedtls_mpi * const Y = &R->Y; in ecp_add_mixed() local
H A Daes.c891 uint32_t Y[4]; in mbedtls_internal_aes_encrypt() member
953 uint32_t Y[4]; in mbedtls_internal_aes_decrypt() member
H A Dbignum_core.c188 mbedtls_mpi_uint *Y, in mbedtls_mpi_core_cond_swap()
H A Decp_curves.c5278 #define DIV_ROUND_UP(X, Y) (((X) + (Y) -1) / (Y)) argument
H A Decp_curves_new.c5470 #define DIV_ROUND_UP(X, Y) (((X) + (Y) -1) / (Y)) argument
/optee_os/lib/libutils/isoc/newlib/
H A Dstrcmp.c77 #define UNALIGNED(X, Y) \ argument
H A Dstrncmp.c76 #define UNALIGNED(X, Y) \ argument
H A Dmemcmp.c74 #define UNALIGNED(X, Y) \ argument
H A Dstrcpy.c75 #define UNALIGNED(X, Y) \ argument
H A Dmemmove.c75 #define UNALIGNED(X, Y) \ argument
H A Dmemcpy.c72 #define UNALIGNED(X, Y) \ argument
H A Dstrncpy.c81 #define UNALIGNED(X, Y) \ argument
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
H A Ds_ocb_done.c35 unsigned char *Z, *Y, *X; in s_ocb_done() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c25Y = {0x6658, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x666… variable
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h485 Y[16], /* counter */ member