| /optee_os/core/tee/ |
| H A D | uuid.c | 10 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 D | noekeon.c | 33 #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 D | rc6.c | 120 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 D | serpent.c | 30 #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 D | md5.c | 38 #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 D | rmd128.c | 43 #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 D | rmd256.c | 37 #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 D | rmd160.c | 44 #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 D | rmd320.c | 39 #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 D | sha1.c | 42 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 D | md4.c | 54 #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 D | aes-gcm-sw.c | 77 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 D | crypt_argchk.c | 11 void crypt_argchk(const char *v, const char *s, int d) in crypt_argchk()
|
| /optee_os/lib/libutils/ext/ |
| H A D | strlcpy.c | 48 register char *d = dst; in strlcpy() local
|
| H A D | strlcat.c | 52 register char *d = dst; in strlcat() local
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | memset.c | 83 unsigned int d = c & 0xff; /* To avoid sign extension, copy C to an variable
|
| H A D | memchr.c | 109 unsigned char d = c; variable
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | ieee754.c | 161 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 D | ecc.c | 73 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 D | aria.c | 110 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 D | bn_mul.h | 38 #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 D | base32_encode.c | 67 unsigned d = (i+3 < inlen) ? in[3] : 0; in base32_encode() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | tweetnacl.c | 31 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 D | notif_test_wd.c | 129 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 D | fixed_clk.c | 19 struct fixed_clock_data *d = clk->priv; in fixed_clk_get_rate() local
|