Searched refs:h (Results 1 – 9 of 9) sorted by relevance
/uoscore-uedhoc-3.6.0/scripts/ |
D | cddl2c.sh | 23 rm $INC/*.h 32 …ay --oc $SRC/oscore_aad_array.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/oscore_aad_array.h 34 …t oscore_info --oc $SRC/oscore_info.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/oscore_info.h 36 … $SRC/oscore_enc_structure.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/oscore_enc_structure.h 43 …C/edhoc_encode_message_1.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/edhoc_encode_message_1.h 45 …C/edhoc_decode_message_1.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/edhoc_decode_message_1.h 48 …C/edhoc_encode_message_2.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/edhoc_encode_message_2.h 50 …C/edhoc_decode_message_2.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/edhoc_decode_message_2.h 53 …C/edhoc_encode_message_3.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/edhoc_encode_message_3.h 56 …C/edhoc_decode_message_3.c --include-prefix $INC_PATH_IN_C_FILES --oh $INC/edhoc_decode_message_3.h [all …]
|
/uoscore-uedhoc-3.6.0/test/oscore_unit_tests/ |
D | unit_test_oscore2coap.c | 34 .h = 1, in t300_oscore_option_parser_no_piv() 60 zassert_equal(result.h, expected_result.h, "wrong h"); in t300_oscore_option_parser_no_piv() 105 .h = 1, in t302_oscore_option_parser_no_kid() 131 zassert_equal(result.h, expected_result.h, "wrong h"); in t302_oscore_option_parser_no_kid()
|
/uoscore-uedhoc-3.6.0/src/common/ |
D | crypto_wrapper.c | 538 struct tc_hmac_state_struct h; in hkdf_extract() local 539 memset(&h, 0x00, sizeof(h)); in hkdf_extract() 542 TRY_EXPECT(tc_hmac_set_key(&h, zero_salt, 32), 1); in hkdf_extract() 544 TRY_EXPECT(tc_hmac_set_key(&h, salt->ptr, salt->len), 1); in hkdf_extract() 546 TRY_EXPECT(tc_hmac_init(&h), 1); in hkdf_extract() 547 TRY_EXPECT(tc_hmac_update(&h, ikm->ptr, ikm->len), 1); in hkdf_extract() 548 TRY_EXPECT(tc_hmac_final(out, TC_SHA256_DIGEST_SIZE, &h), 1); in hkdf_extract() 599 struct tc_hmac_state_struct h; in hkdf_expand() local 601 memset(&h, 0x00, sizeof(h)); in hkdf_expand() 602 TRY_EXPECT(tc_hmac_set_key(&h, prk->ptr, prk->len), 1); in hkdf_expand() [all …]
|
/uoscore-uedhoc-3.6.0/src/oscore/ |
D | oscore2coap.c | 59 out->h = 0; in oscore_option_parser() 72 out->h = ((*val_ptr) & in oscore_option_parser() 106 if (out->h == 0) { in oscore_option_parser()
|
/uoscore-uedhoc-3.6.0/inc/oscore/ |
D | oscore_coap.h | 108 uint8_t h; /*flag bit for KID_context*/ member
|
/uoscore-uedhoc-3.6.0/ |
D | .clang-format | 68 # git grep -h '^#define [^[:space:]]*FOR_EACH[^[:space:]]*(' include/ \
|
D | Doxyfile | 880 # *.h) to filter out the source-files in the directories. 890 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 891 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 910 *.h \ 914 *.h++ \ 992 # *.h) to filter out the source-files in the directories. If left blank all 2246 # patterns (like *.h and *.hpp) to filter out the header-files in the
|
/uoscore-uedhoc-3.6.0/test/ |
D | CMakeLists.txt | 39 -DMBEDTLS_CONFIG_FILE="mbedtls_config_uoscore_uedhoc.h"
|
/uoscore-uedhoc-3.6.0/test_vectors/old/ |
D | edhoc_test_vectors_v11.h_old | 3 #include "edhoc.h" 4 #include <stdint.h> 5 #include <stdio.h> 6 #include <stdlib.h>
|