Home
last modified time | relevance | path

Searched refs:H (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/arch/arm/dts/
A Dstm32mp15-pinctrl.dtsi78 <STM32_PINMUX('H', 9, AF13)>,/* DCMI_D0 */
79 <STM32_PINMUX('H', 10, AF13)>,/* DCMI_D1 */
80 <STM32_PINMUX('H', 11, AF13)>,/* DCMI_D2 */
81 <STM32_PINMUX('H', 12, AF13)>,/* DCMI_D3 */
82 <STM32_PINMUX('H', 14, AF13)>,/* DCMI_D4 */
87 <STM32_PINMUX('H', 7, AF13)>,/* DCMI_D9 */
89 <STM32_PINMUX('H', 15, AF13)>;/* DCMI_D11 */
99 <STM32_PINMUX('H', 9, ANALOG)>,/* DCMI_D0 */
100 <STM32_PINMUX('H', 10, ANALOG)>,/* DCMI_D1 */
101 <STM32_PINMUX('H', 11, ANALOG)>,/* DCMI_D2 */
[all …]
/optee_os/core/crypto/
A Dsm3.c52 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
115 H = ctx->state[7]; in sm3_process()
121 TT2 = GG0(E, F, G) + H + SS1 + W[j]; in sm3_process()
126 H = G; in sm3_process()
136 TT2 = GG1(E, F, G) + H + SS1 + W[j]; in sm3_process()
141 H = G; in sm3_process()
154 ctx->state[7] ^= H; in sm3_process()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_mult_h_arm_ce.c26 b = get_be64(gcm->H); in gcm_mult_h()
27 a = get_be64(gcm->H + 8); in gcm_mult_h()
A Dgcm_init.c60 if ((err = cipher_descriptor[cipher]->ecb_encrypt(B, gcm->H, &gcm->K)) != CRYPT_OK) { in gcm_init()
81 gcm_gf_mult(gcm->H, B, &gcm->PC[0][y][0]); in gcm_init()
A Dgcm_mult_h.c50 gcm_gf_mult(gcm->H, I, T); in gcm_mult_h()
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dmd5.c40 #define H(x,y,z) (x^y^z) macro
52 a = (a + H(b,c,d) + M + t); a = ROL(a, s) + b;
91 a = (a + H(b,c,d) + M + t); a = ROLc(a, s) + b;
A Dmd4.c53 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
70 (a) += H ((b), (c), (d)) + (x) + 0x6ed9eba1UL; \
A Drmd128.c46 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
59 (a) += H((b), (c), (d)) + (x) + 0x6ed9eba1UL;\
75 (a) += H((b), (c), (d)) + (x) + 0x5c4dd124UL;\
A Drmd256.c40 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
53 (a) += H((b), (c), (d)) + (x) + 0x6ed9eba1UL;\
69 (a) += H((b), (c), (d)) + (x) + 0x5c4dd124UL;\
A Drmd160.c46 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
62 (a) += H((b), (c), (d)) + (x) + 0x6ed9eba1UL;\
87 (a) += H((b), (c), (d)) + (x) + 0x6d703ef3UL;\
A Drmd320.c41 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
57 (a) += H((b), (c), (d)) + (x) + 0x6ed9eba1UL;\
82 (a) += H((b), (c), (d)) + (x) + 0x6d703ef3UL;\
/optee_os/core/arch/arm/crypto/
A Dghash-ce-core_a32.S93 vmull.p8 t1q, t1l, \bd @ H = A2*B
102 veor t1q, t1q, t3q @ M = G + H
/optee_os/lib/libmbedtls/mbedtls/library/
A Drsa.c538 mbedtls_mpi H, G, L; in mbedtls_rsa_gen_key() local
551 mbedtls_mpi_init( &H ); in mbedtls_rsa_gen_key()
578 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_mpi( &H, &ctx->P, &ctx->Q ) ); in mbedtls_rsa_gen_key()
579 if( mbedtls_mpi_bitlen( &H ) <= ( ( nbits >= 200 ) ? ( ( nbits >> 1 ) - 99 ) : 0 ) ) in mbedtls_rsa_gen_key()
583 if( H.s < 0 ) in mbedtls_rsa_gen_key()
589 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &H, &ctx->P, &ctx->Q ) ); in mbedtls_rsa_gen_key()
592 MBEDTLS_MPI_CHK( mbedtls_mpi_gcd( &G, &ctx->E, &H ) ); in mbedtls_rsa_gen_key()
598 MBEDTLS_MPI_CHK( mbedtls_mpi_div_mpi( &L, NULL, &H, &G ) ); in mbedtls_rsa_gen_key()
631 mbedtls_mpi_free( &H ); in mbedtls_rsa_gen_key()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h476 unsigned char H[16], /* multiplier */ member
/optee_os/
A D.azure-pipelines.yml93 _make CFG_CRYPTO_{H,C,CBC_}MAC=n
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog2325 TLS" - H. Bock, A. Zauner, S. Devlin, J. Somorovsky, P. Jovanovic.

Completed in 27 milliseconds