Home
last modified time | relevance | path

Searched refs:hc2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/gssmask/
Dgssmaestro.c410 test_mic(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2) in test_mic() argument
423 val = verify_mic(c2, hc2, &msg, &mic); in test_mic()
431 test_wrap(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, in test_wrap() argument
448 val = decrypt_token(c2, hc2, conf, &wrapped, &out); in test_wrap()
470 test_wrap_ext(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, in test_wrap_ext() argument
493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped, &trailer, &out); 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-12-stable/contrib/bearssl/test/
Dtest_crypto.c588 br_hmac_context hc1, hc2; in test_HMAC_CT() local
608 br_hmac_init(&hc2, &kc, 0); in test_HMAC_CT()
609 br_hmac_update(&hc2, data, u); in test_HMAC_CT()
610 hlen2 = br_hmac_outCT(&hc2, in test_HMAC_CT()