Home
last modified time | relevance | path

Searched refs:hc1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c410 test_mic(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2) in test_mic() argument
420 val = get_mic(c1, hc1, &msg, &mic); in test_mic()
431 test_wrap(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, in test_wrap() argument
443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped); in test_wrap()
470 test_wrap_ext(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, in test_wrap_ext() argument
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped); in test_wrap_ext()
516 test_token(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, int wrap_ext) in test_token() argument
523 test_mic(c1, hc1, c2, hc2); in test_token()
524 test_mic(c2, hc2, c1, hc1); in test_token()
527 val = test_wrap(c1, hc1, c2, hc2, 0); in test_token()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidhc1.dts16 compatible = "hardkernel,odroid-hc1", "samsung,exynos5800", \
/freebsd/stand/common/
H A Dgfx_fb.c1964 uint32_t hc1 = 0x80 - hc2; in gfx_fb_putimage() local
2016 (png->image[p00 + i] * hc1 + in gfx_fb_putimage()
2018 (png->image[p10 + i] * hc1 + in gfx_fb_putimage()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c588 br_hmac_context hc1, hc2; in test_HMAC_CT() local
605 br_hmac_init(&hc1, &kc, 0); in test_HMAC_CT()
606 br_hmac_update(&hc1, data, u + w); in test_HMAC_CT()
607 hlen1 = br_hmac_out(&hc1, buf1); in test_HMAC_CT()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td329 // m[ft]hc1, neg.[ds], neg.ps, nor.v, nori.b, or.v, ori.b, xor.v, xori.b,