Home
last modified time | relevance | path

Searched refs:ghm (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/cose/
H A Dcose_validate_alg.c34 enum lws_genhmac_types ghm; in lws_cose_val_alg_create() local
89 ghm = LWS_GENHMAC_TYPE_SHA256; in lws_cose_val_alg_create()
93 ghm = LWS_GENHMAC_TYPE_SHA256; in lws_cose_val_alg_create()
97 ghm = LWS_GENHMAC_TYPE_SHA384; in lws_cose_val_alg_create()
101 ghm = LWS_GENHMAC_TYPE_SHA512; in lws_cose_val_alg_create()
110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_val_alg_create()
H A Dcose_sign_alg.c34 enum lws_genhmac_types ghm; in lws_cose_sign_alg_create() local
89 ghm = LWS_GENHMAC_TYPE_SHA256; in lws_cose_sign_alg_create()
93 ghm = LWS_GENHMAC_TYPE_SHA256; in lws_cose_sign_alg_create()
97 ghm = LWS_GENHMAC_TYPE_SHA384; in lws_cose_sign_alg_create()
101 ghm = LWS_GENHMAC_TYPE_SHA512; in lws_cose_sign_alg_create()
110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_sign_alg_create()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c60 #define GNU_HASH_FILTER(ght, ghm, gho) \
63 if (!(f & ghm)) continue; \
783 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_impl() local
791 if (!(f & ghm)) in find_sym_impl()
833 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() local
842 GNU_HASH_FILTER(ght, ghm, gho) in find_sym2()
871 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym_by_deps() local
880 GNU_HASH_FILTER(ght, ghm, gho) in find_sym_by_deps()
910 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_by_saved_so_list() local
919 GNU_HASH_FILTER(ght, ghm, gh in find_sym_by_saved_so_list()
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c87 #define GNU_HASH_FILTER(ght, ghm, gho) \
90 if (!(f & ghm)) continue; \
817 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_impl() local
825 if (!(f & ghm)) in find_sym_impl()
867 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() local
877 GNU_HASH_FILTER(ght, ghm, gho) in find_sym2()
906 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_by_deps() local
915 GNU_HASH_FILTER(ght, ghm, gho) in find_sym_by_deps()
945 size_t ghm = 1ul << gh % (8 * sizeof(size_t)); in find_sym_by_saved_so_list() local
954 GNU_HASH_FILTER(ght, ghm, gh in find_sym_by_saved_so_list()
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c302 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() local
308 sym = gnu_lookup_filtered(gh, ght, dso, s, gho, ghm); in find_sym2()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c302 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() local
308 sym = gnu_lookup_filtered(gh, ght, dso, s, gho, ghm); in find_sym2()
/third_party/musl/ldso/
H A Ddynlink.c317 size_t ghm = 1ul << gh % (8*sizeof(size_t)); in find_sym2() local
323 sym = gnu_lookup_filtered(gh, ght, dso, s, gho, ghm); in find_sym2()

Completed in 20 milliseconds