Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 138) sorted by relevance

123456

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h73 #define LOAD32H(x, y) \ argument
137 #define STORE32L(x, y) \ argument
140 #define LOAD32L(x, y) \ argument
157 #define STORE32L(x, y) \ argument
160 #define LOAD32L(x, y) \ argument
163 #define STORE64L(x, y) \ argument
166 #define LOAD64L(x, y) \ argument
421 #define ROL64(x, y) \ argument
425 #define ROR64(x, y) \ argument
429 #define ROL64c(x, y) \ argument
[all …]
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/
A Dder_decode_generalizedtime.c30 #define DECODE_V(y, max) do {\ argument
36 #define DECODE_V4(y, max) do {\ argument
54 int y; in der_decode_generalizedtime() local
A Dder_encode_generalizedtime.c15 #define STORE_V(y) do {\ argument
20 #define STORE_V4(y) do {\ argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/utctime/
A Dder_decode_utctime.c29 #define DECODE_V(y, max) \ argument
46 int y; in der_decode_utctime() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_shift_xor.c18 int x, y; in pmac_shift_xor() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rc4/
A Drc4_stream.c18 int x, y; in rc4_stream_setup() local
53 unsigned char x, y, *s, tmp; in rc4_stream_crypt() local
/optee_os-3.20.0/lib/libutils/ext/include/
A Dutil.h68 #define ROUNDUP_DIV(x, y) (__extension__({ \ argument
82 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1) / (y)) argument
85 #define UDIV_ROUND_NEAREST(x, y) \ argument
90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) argument
91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) argument
92 #define UDIV_ROUND_NEAREST(x, y) (((x) + ((y) / 2)) / (y)) argument
108 #define CONCAT(x, y) _CONCAT(x, y) argument
109 #define _CONCAT(x, y) x##y argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_shift_xor.c19 int x, y; in ocb_shift_xor() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dsha1.c31 #define F0(x,y,z) (z ^ (x & (y ^ z))) argument
32 #define F1(x,y,z) (x ^ y ^ z) argument
33 #define F2(x,y,z) ((x & y) | (z & (x | y))) argument
34 #define F3(x,y,z) (x ^ y ^ z) argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_encode_asn1_length.c20 unsigned long x, y; in der_encode_asn1_length() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/
A Dder_length_short_integer.c20 unsigned long z, y; in der_length_short_integer() local
A Dder_decode_short_integer.c22 unsigned long len, x, y; in der_decode_short_integer() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_add_aad.c17 unsigned long y; in ccm_add_aad() local
A Dccm_done.c17 unsigned long x, y; in ccm_done() local
A Dccm_add_nonce.c17 unsigned long x, y, len; in ccm_add_nonce() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_mult_h.c28 int y; in gcm_mult_h() local
A Dgcm_add_iv.c22 unsigned long x, y; in gcm_add_iv() local
A Dgcm_add_aad.c25 unsigned long y; in gcm_add_aad() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_find_hash_any.c17 int x, y, z; in find_hash_any() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dxtea.c70 ulong32 y, z; in xtea_ecb_encrypt() local
106 ulong32 y, z; in xtea_ecb_decrypt() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/integer/
A Dder_decode_integer.c22 unsigned long x, y; in der_decode_integer() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/lrw/
A Dlrw_setiv.c24 int x, y; in lrw_setiv() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcopy_or_zeromem.c19 unsigned long y; in copy_or_zeromem() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/octet/
A Dder_decode_octet_string.c24 unsigned long x, y, len; in der_decode_octet_string() local
A Dder_encode_octet_string.c24 unsigned long x, y, len; in der_encode_octet_string() local

Completed in 14 milliseconds

123456