/optee_os-3.20.0/ |
A D | MAINTAINERS | 68 F: core/arch/arm/plat-sam/ 73 F: core/arch/arm/plat-bcm/ 78 F: core/drivers/imx_i2c.c 118 F: ldelf/ftrace.c 163 F: core/drivers/ls_i2c.c 188 F: core/drivers/clk/ 195 F: core/drivers/crypto/ 208 F: ta/pkcs11 265 F: core/drivers/stm32_* 309 F: * [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | camellia.c | 175 static ulong64 F(ulong64 x) in F() function 253 B ^= F(A ^ key_sigma[0]); in camellia_setup() 254 A ^= F(B ^ key_sigma[1]); in camellia_setup() 262 B ^= F(A ^ key_sigma[2]); in camellia_setup() 263 A ^= F(B ^ key_sigma[3]); in camellia_setup() 339 B ^= F(A ^ key_sigma[4]); in camellia_setup() 340 A ^= F(B ^ key_sigma[5]); in camellia_setup() 443 R ^= F(L ^ skey->camellia.k[0]); in camellia_ecb_encrypt() 444 L ^= F(R ^ skey->camellia.k[1]); in camellia_ecb_encrypt() 445 R ^= F(L ^ skey->camellia.k[2]); in camellia_ecb_encrypt() [all …]
|
A D | blowfish.c | 293 #define F(x) ((S1[LTC_BYTE(x,3)] + S2[LTC_BYTE(x,2)]) ^ S3[LTC_BYTE(x,1)]) + S4[LTC_BYTE(x,0)] macro 295 #define F(x) ((skey->blowfish.S[0][LTC_BYTE(x,3)] + skey->blowfish.S[1][LTC_BYTE(x,2)]) ^ skey->blo… macro 317 l ^= skey->blowfish.K[rounds++]; r ^= F(l); in s_blowfish_encipher() 318 r ^= skey->blowfish.K[rounds++]; l ^= F(r); in s_blowfish_encipher() 319 l ^= skey->blowfish.K[rounds++]; r ^= F(l); in s_blowfish_encipher() 320 r ^= skey->blowfish.K[rounds++]; l ^= F(r); in s_blowfish_encipher() 548 L ^= F(R); R ^= skey->blowfish.K[r--]; in s_blowfish_ecb_decrypt() 549 R ^= F(L); L ^= skey->blowfish.K[r--]; in s_blowfish_ecb_decrypt() 550 L ^= F(R); R ^= skey->blowfish.K[r--]; in s_blowfish_ecb_decrypt() 551 R ^= F(L); L ^= skey->blowfish.K[r--]; in s_blowfish_ecb_decrypt()
|
A D | kseed.c | 180 #define F(L1, L2, R1, R2, K1, K2) \ macro 238 F(P[0], P[1], P[2], P[3], K[0], K[1]); in rounds() 239 F(P[2], P[3], P[0], P[1], K[2], K[3]); in rounds()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | aes.c | 111 V(0D,F2,F2,FF), V(BD,6B,6B,D6), V(B1,6F,6F,DE), V(54,C5,C5,91), \ 114 V(45,CA,CA,8F), V(9D,82,82,1F), V(40,C9,C9,89), V(87,7D,7D,FA), \ 119 V(5A,36,36,6C), V(41,3F,3F,7E), V(02,F7,F7,F5), V(4F,CC,CC,83), \ 123 V(28,18,18,30), V(A1,96,96,37), V(0F,05,05,0A), V(B5,9A,9A,2F), \ 125 V(26,EB,EB,CD), V(69,27,27,4E), V(CD,B2,B2,7F), V(9F,75,75,EA), \ 129 V(7B,29,29,52), V(3E,E3,E3,DD), V(71,2F,2F,5E), V(97,84,84,13), \ 136 V(CF,45,45,8A), V(10,F9,F9,E9), V(06,02,02,04), V(81,7F,7F,FE), \ 137 V(F0,50,50,A0), V(44,3C,3C,78), V(BA,9F,9F,25), V(E3,A8,A8,4B), \ 138 V(F3,51,51,A2), V(FE,A3,A3,5D), V(C0,40,40,80), V(8A,8F,8F,05), \ 143 V(E1,5F,5F,BE), V(A2,97,97,35), V(CC,44,44,88), V(39,17,17,2E), \ [all …]
|
A D | md4.c | 122 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() macro 126 (a) += F((b),(c),(d)) + (x); \ in mbedtls_internal_md4_process() 149 #undef F in mbedtls_internal_md4_process() 151 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() macro 155 (a) += F((b),(c),(d)) + (x) + 0x5A827999; \ in mbedtls_internal_md4_process() 177 #undef F in mbedtls_internal_md4_process() 179 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() macro 183 (a) += F((b),(c),(d)) + (x) + 0x6ED9EBA1; \ in mbedtls_internal_md4_process() 204 #undef F in mbedtls_internal_md4_process()
|
A D | md5.c | 120 (a) += F((b),(c),(d)) + local.X[(k)] + (t); \ in mbedtls_internal_md5_process() 129 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro 148 #undef F in mbedtls_internal_md5_process() 150 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro 169 #undef F in mbedtls_internal_md5_process() 171 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro 190 #undef F in mbedtls_internal_md5_process() 192 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro 211 #undef F in mbedtls_internal_md5_process()
|
A D | ripemd160.c | 144 P( (a), (b), (c), (d), (e), (r), (s), F, K ); \ in mbedtls_internal_ripemd160_process() 149 #define F F1 in mbedtls_internal_ripemd160_process() macro 169 #undef F in mbedtls_internal_ripemd160_process() 174 #define F F2 in mbedtls_internal_ripemd160_process() macro 194 #undef F in mbedtls_internal_ripemd160_process() 199 #define F F3 in mbedtls_internal_ripemd160_process() macro 219 #undef F in mbedtls_internal_ripemd160_process() 224 #define F F4 in mbedtls_internal_ripemd160_process() macro 244 #undef F in mbedtls_internal_ripemd160_process() 249 #define F F5 in mbedtls_internal_ripemd160_process() macro [all …]
|
A D | sha1.c | 144 (e) += S((a),5) + F((b),(c),(d)) + K + (x); \ in mbedtls_internal_sha1_process() 154 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro 179 #undef F in mbedtls_internal_sha1_process() 181 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 206 #undef F in mbedtls_internal_sha1_process() 208 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro 233 #undef F in mbedtls_internal_sha1_process() 235 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 260 #undef F in mbedtls_internal_sha1_process()
|
A D | blowfish.c | 54 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() function 84 Xr = F( ctx, Xl ) ^ Xr; in blowfish_enc() 113 Xr = F( ctx, Xl ) ^ Xr; in blowfish_dec()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp15-pinctrl.dtsi | 11 pinmux = <STM32_PINMUX('F', 12, ANALOG)>; 18 <STM32_PINMUX('F', 12, ANALOG)>, /* ADC1 in6 */ 19 <STM32_PINMUX('F', 13, ANALOG)>, /* ADC2 in2 */ 20 <STM32_PINMUX('F', 14, ANALOG)>; /* ADC2 in6 */ 27 <STM32_PINMUX('F', 13, ANALOG)>; /* ADC2 in2 */ 518 <STM32_PINMUX('F', 15, AF5)>; /* I2C1_SDA */ 535 <STM32_PINMUX('F', 15, AF5)>; /* I2C1_SDA */ 657 <STM32_PINMUX('F', 10, AF14)>, /* LCD_DE */ 693 <STM32_PINMUX('F', 10, ANALOG)>, /* LCD_DE */ 1677 <STM32_PINMUX('F', 4, AF9)>, /* SDMMC3_D1 */ [all …]
|
A D | stm32mp13-pinctrl.dtsi | 55 pinmux = <STM32_PINMUX('F', 9, AF8)>; /* UART8_RX */
|
A D | stm32mp15xx-dhcor-avenger96.dtsi | 191 "", "", "AV96-E", "AV96-F";
|
A D | stm32mp15xx-dhcom-som.dtsi | 204 "", "", "", "DHCOM-F",
|
/optee_os-3.20.0/core/crypto/ |
A D | sm3.c | 57 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local 118 F = ctx->state[5]; in sm3_process() 126 TT2 = GG0(E, F, G) + H + SS1 + W[j]; in sm3_process() 132 G = ROTL(F, 19); in sm3_process() 133 F = E; in sm3_process() 141 TT2 = GG1(E, F, G) + H + SS1 + W[j]; in sm3_process() 147 G = ROTL(F, 19); in sm3_process() 148 F = E; in sm3_process() 157 ctx->state[5] ^= F; in sm3_process()
|
/optee_os-3.20.0/core/drivers/bnxt/ |
A D | bnxt_fw.c | 335 #define F 34 /* Upper limit for match_length */ in ape_section_uncompress() macro 344 uint8_t text_buf[NS + F - 1]; in ape_section_uncompress() 349 for (i = 0; i < NS - F; i++) in ape_section_uncompress() 352 r = NS - F; in ape_section_uncompress()
|
/optee_os-3.20.0/ta/arch/arm/ |
A D | link_shlib.mk | 48 $(q)ln -sf $(<F) $@
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | md5.c | 31 #define F(x,y,z) (z ^ (x & (y ^ z))) macro 39 a = (a + F(b,c,d) + M + t); a = ROL(a, s) + b; 78 a = (a + F(b,c,d) + M + t); a = ROLc(a, s) + b;
|
A D | md4.c | 44 #define F(x, y, z) (z ^ (x & (y ^ z))) macro 55 (a) += F ((b), (c), (d)) + (x); \
|
A D | rmd128.c | 37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro 44 (a) += F((b), (c), (d)) + (x);\ 60 (a) += F((b), (c), (d)) + (x);\
|
A D | rmd256.c | 31 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro 38 (a) += F((b), (c), (d)) + (x);\ 54 (a) += F((b), (c), (d)) + (x);\
|
A D | rmd160.c | 37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro 45 (a) += F((b), (c), (d)) + (x);\ 70 (a) += F((b), (c), (d)) + (x);\
|
A D | rmd320.c | 32 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro 40 (a) += F((b), (c), (d)) + (x);\ 65 (a) += F((b), (c), (d)) + (x);\
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | ghash-ce-core_a32.S | 87 vmull.p8 t0q, t0l, \bd @ F = A1*B 96 veor t0q, t0q, t4q @ L = E + F
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1780 NIST SP 800-38F algorithms KW and KWP and by RFC 3394 and RFC 5649.
|