Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 90) sorted by relevance

1234

/optee_os/core/tee/
H A Duuid.c10 void tee_uuid_to_octets(uint8_t *d, const TEE_UUID *s) in tee_uuid_to_octets()
23 void tee_uuid_from_octets(TEE_UUID *d, const uint8_t *s) in tee_uuid_from_octets()
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dnoekeon.c33 #define kTHETA(a, b, c, d) \ argument
39 #define THETA(k, a, b, c, d) \ argument
45 #define GAMMA(a, b, c, d) \ argument
53 #define PI1(a, b, c, d) \ argument
56 #define PI2(a, b, c, d) \ argument
110 ulong32 a,b,c,d,temp; in s_noekeon_ecb_encrypt() local
164 ulong32 a,b,c,d, temp; in s_noekeon_ecb_decrypt() local
H A Drc6.c120 ulong32 a,b,c,d,t,u; in s_rc6_ecb_encrypt() local
132 #define RND(a,b,c,d) \ in s_rc6_ecb_encrypt() argument
175 ulong32 a,b,c,d,t,u; in s_rc6_ecb_decrypt() local
187 #define RND(a,b,c,d) \ in s_rc6_ecb_decrypt() argument
H A Dserpent.c30 #define s_lt(i,a,b,c,d,e) { \ argument
40 #define s_ilt(i,a,b,c,d,e) { \ argument
425 #define s_kx(r, a, b, c, d, e) { \ argument
432 #define s_lk(r, a, b, c, d, e) { \ argument
439 #define s_sk(r, a, b, c, d, e) { \ argument
451 ulong32 a, b, c, d, e; in s_setup_key() local
487 ulong32 a, b, c, d, e; in s_enc_block() local
529 ulong32 a, b, c, d, e; in s_dec_block() local
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dmd5.c38 #define FF(a,b,c,d,M,s,t) \ argument
41 #define GG(a,b,c,d,M,s,t) \ argument
44 #define HH(a,b,c,d,M,s,t) \ argument
47 #define II(a,b,c,d,M,s,t) \ argument
77 #define FF(a,b,c,d,M,s,t) \ argument
80 #define GG(a,b,c,d,M,s,t) \ argument
83 #define HH(a,b,c,d,M,s,t) \ argument
86 #define II(a,b,c,d,M,s,t) \ argument
98 ulong32 i, W[16], a, b, c, d; in ss_md5_compress() local
H A Drmd128.c43 #define FF(a, b, c, d, x, s) \ argument
47 #define GG(a, b, c, d, x, s) \ argument
51 #define HH(a, b, c, d, x, s) \ argument
55 #define II(a, b, c, d, x, s) \ argument
59 #define FFF(a, b, c, d, x, s) \ argument
63 #define GGG(a, b, c, d, x, s) \ argument
67 #define HHH(a, b, c, d, x, s) \ argument
71 #define III(a, b, c, d, x, s) \ argument
H A Drmd256.c37 #define FF(a, b, c, d, x, s) \ argument
41 #define GG(a, b, c, d, x, s) \ argument
45 #define HH(a, b, c, d, x, s) \ argument
49 #define II(a, b, c, d, x, s) \ argument
53 #define FFF(a, b, c, d, x, s) \ argument
57 #define GGG(a, b, c, d, x, s) \ argument
61 #define HHH(a, b, c, d, x, s) \ argument
65 #define III(a, b, c, d, x, s) \ argument
H A Drmd160.c44 #define FF(a, b, c, d, e, x, s) \ argument
49 #define GG(a, b, c, d, e, x, s) \ argument
54 #define HH(a, b, c, d, e, x, s) \ argument
59 #define II(a, b, c, d, e, x, s) \ argument
64 #define JJ(a, b, c, d, e, x, s) \ argument
69 #define FFF(a, b, c, d, e, x, s) \ argument
74 #define GGG(a, b, c, d, e, x, s) \ argument
79 #define HHH(a, b, c, d, e, x, s) \ argument
84 #define III(a, b, c, d, e, x, s) \ argument
89 #define JJJ(a, b, c, d, e, x, s) \ argument
H A Drmd320.c39 #define FF(a, b, c, d, e, x, s) \ argument
44 #define GG(a, b, c, d, e, x, s) \ argument
49 #define HH(a, b, c, d, e, x, s) \ argument
54 #define II(a, b, c, d, e, x, s) \ argument
59 #define JJ(a, b, c, d, e, x, s) \ argument
64 #define FFF(a, b, c, d, e, x, s) \ argument
69 #define GGG(a, b, c, d, e, x, s) \ argument
74 #define HHH(a, b, c, d, e, x, s) \ argument
79 #define III(a, b, c, d, e, x, s) \ argument
84 #define JJJ(a, b, c, d, e, x, s) \ argument
H A Dsha1.c42 ulong32 a,b,c,d,e,W[80],i; in ss_sha1_compress() local
66 … #define FF0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in ss_sha1_compress() argument
67 … #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30); in ss_sha1_compress() argument
68 … #define FF2(a,b,c,d,e,i) e = (ROLc(a, 5) + F2(b,c,d) + e + W[i] + 0x8f1bbcdcUL); b = ROLc(b, 30); in ss_sha1_compress() argument
69 … #define FF3(a,b,c,d,e,i) e = (ROLc(a, 5) + F3(b,c,d) + e + W[i] + 0xca62c1d6UL); b = ROLc(b, 30); in ss_sha1_compress() argument
H A Dmd4.c54 #define FF(a, b, c, d, x, s) { \ argument
58 #define GG(a, b, c, d, x, s) { \ argument
62 #define HH(a, b, c, d, x, s) { \ argument
73 ulong32 x[16], a, b, c, d; in ss_md4_compress() local
/optee_os/core/crypto/
H A Daes-gcm-sw.c77 void *d = dst + n * TEE_AES_BLOCK_SIZE; in encrypt_pl() local
84 void *d = dst + n * TEE_AES_BLOCK_SIZE; in encrypt_pl() local
116 void *d = dst + n * TEE_AES_BLOCK_SIZE; in decrypt_pl() local
123 void *d = dst + n * TEE_AES_BLOCK_SIZE; in decrypt_pl() local
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_argchk.c11 void crypt_argchk(const char *v, const char *s, int d) in crypt_argchk()
/optee_os/lib/libutils/ext/
H A Dstrlcpy.c48 register char *d = dst; in strlcpy() local
H A Dstrlcat.c52 register char *d = dst; in strlcat() local
/optee_os/lib/libutils/isoc/newlib/
H A Dmemset.c83 unsigned int d = c & 0xff; /* To avoid sign extension, copy C to an variable
H A Dmemchr.c109 unsigned char d = c; variable
/optee_os/core/lib/qcbor/src/
H A Dieee754.c161 CopyDoubleToUint64(double d) in CopyDoubleToUint64()
171 double d; in CopyUint64ToDouble() local
499 IEEE754_DoubleToSingle(double d) in IEEE754_DoubleToSingle()
623 IEEE754_DoubleToSmaller(double d, int bAllowHalfPrecision) in IEEE754_DoubleToSmaller()
/optee_os/core/drivers/crypto/stm32/
H A Decc.c73 struct stm32_pka_bn d = { }; in stm32_gen_keypair() local
152 struct stm32_pka_bn d = { }; in sign() local
392 struct stm32_pka_bn d = { }; in shared_secret() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daria.c110 uint32_t *c, uint32_t *d) in aria_a()
142 uint32_t *c, uint32_t *d, in aria_sl()
277 uint32_t a, b, c, d; in aria_fo_xor() local
299 uint32_t a, b, c, d; in aria_fe_xor() local
447 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
H A Dbn_mul.h38 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
63 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
/optee_os/core/lib/libtomcrypt/src/misc/base32/
H A Dbase32_encode.c67 unsigned d = (i+3 < inlen) ? in[3] : 0; in base32_encode() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c31 u32 d = 0; in vn() local
96 u8 c[32],d[32]; in neq25519() local
104 u8 d[32]; in par25519() local
172 gf a,b,c,d,e,f; in tweetnacl_crypto_scalarmult() local
244 gf a,b,c,d,t,e,f,g,h; in add() local
312 u8 d[64]; in tweetnacl_crypto_sk_to_pk() local
386 u8 d[64],h[64],r[64]; in tweetnacl_crypto_sign() local
/optee_os/core/tests/
H A Dnotif_test_wd.c129 struct periodic_data *d = container_of(co, struct periodic_data, in periodic_callback() local
150 struct periodic_data *d = nex_calloc(1, sizeof(*d)); in nex_init_periodic_callback() local
/optee_os/core/drivers/clk/
H A Dfixed_clk.c19 struct fixed_clock_data *d = clk->priv; in fixed_clk_get_rate() local

1234