| /optee_os/core/kernel/ |
| H A D | tee_misc.c | 34 uint32_t tee_b2hs(uint8_t *b, uint8_t *hs, uint32_t blen, uint32_t hslen) in tee_b2hs() argument 42 hs[i * 2 + 1] = tee_b2hs_add_base(b[i] & 0xf); in tee_b2hs() 43 hs[i * 2] = tee_b2hs_add_base(b[i] >> 4); in tee_b2hs() 45 hs[blen * 2] = 0; in tee_b2hs() 50 uint32_t tee_hs2b(uint8_t *hs, uint8_t *b, uint32_t hslen, uint32_t blen) in tee_hs2b() argument 61 if (tee_hs2b_rem_base(hs[i * 2], &hi)) in tee_hs2b() 63 if (tee_hs2b_rem_base(hs[i * 2 + 1], &lo)) in tee_hs2b()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | hash.c | 185 mbedtls_sha256_context hs; in hash_sha256_check() local 188 memset(&hs, 0, sizeof(hs)); in hash_sha256_check() 189 mbedtls_sha256_init(&hs); in hash_sha256_check() 190 mbedtls_sha256_starts(&hs, 0); in hash_sha256_check() 191 mbedtls_sha256_update(&hs, data, data_size); in hash_sha256_check() 192 mbedtls_sha256_finish(&hs, digest); in hash_sha256_check() 193 mbedtls_sha256_free(&hs); in hash_sha256_check()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | hash.c | 175 hash_state hs; in hash_sha256_check() local 178 if (sha256_init(&hs) != CRYPT_OK) in hash_sha256_check() 180 if (sha256_process(&hs, data, data_size) != CRYPT_OK) in hash_sha256_check() 182 if (sha256_done(&hs, digest) != CRYPT_OK) in hash_sha256_check() 194 hash_state hs; in hash_sha512_256_compute() local 196 if (sha512_256_init(&hs) != CRYPT_OK) in hash_sha512_256_compute() 198 if (sha512_256_process(&hs, data, data_size) != CRYPT_OK) in hash_sha512_256_compute() 200 if (sha512_256_done(&hs, digest) != CRYPT_OK) in hash_sha512_256_compute()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp157c-ev1.dts | 374 st,tune-hs-dc-level = <2>; 376 st,enable-hs-rftime-reduction; 377 st,trim-hs-current = <15>; 378 st,trim-hs-impedance = <1>; 380 st,tune-hs-rx-offset = <2>; 385 st,tune-hs-dc-level = <2>; 387 st,enable-hs-rftime-reduction; 388 st,trim-hs-current = <15>; 389 st,trim-hs-impedance = <1>; 391 st,tune-hs-rx-offset = <2>;
|
| H A D | stm32mp15xx-dkx.dtsi | 721 st,tune-hs-dc-level = <2>; 723 st,enable-hs-rftime-reduction; 724 st,trim-hs-current = <15>; 725 st,trim-hs-impedance = <1>; 727 st,tune-hs-rx-offset = <2>; 733 st,tune-hs-dc-level = <2>; 735 st,enable-hs-rftime-reduction; 736 st,trim-hs-current = <15>; 737 st,trim-hs-impedance = <1>; 739 st,tune-hs-rx-offset = <2>;
|
| H A D | stm32mp15-pinctrl.dtsi | 2186 usbotg_hs_pins_a: usbotg-hs-0 {
|
| /optee_os/core/include/kernel/ |
| H A D | tee_misc.h | 21 uint32_t tee_b2hs(uint8_t *b, uint8_t *hs, uint32_t blen, uint32_t hslen); 27 uint32_t tee_hs2b(uint8_t *hs, uint8_t *b, uint32_t hslen, uint32_t blen);
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_msg.c | 3416 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in mbedtls_ssl_update_handshake_status() local 3418 if (mbedtls_ssl_is_handshake_over(ssl) == 0 && hs != NULL) { in mbedtls_ssl_update_handshake_status() 3434 hs->in_msg_seq++; in mbedtls_ssl_update_handshake_status() 3444 for (offset = 0, hs_buf = &hs->buffering.hs[0]; in mbedtls_ssl_update_handshake_status() 4390 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_load_buffered_message() local 4394 if (hs == NULL) { in ssl_load_buffered_message() 4404 if (!hs->buffering.seen_ccs) { in ssl_load_buffered_message() 4419 hs->buffering.seen_ccs = 0; in ssl_load_buffered_message() 4428 hs_buf = &hs->buffering.hs[offset]; in ssl_load_buffered_message() 4431 hs->in_msg_seq + offset, in ssl_load_buffered_message() [all …]
|
| H A D | ssl_misc.h | 857 } hs[MBEDTLS_SSL_MAX_BUFFERED_HS]; member
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | cache_helpers_a64.S | 139 b.hs loop3_\_op 142 b.hs loop2_\_op
|