| H A D | gssmaestro.c | 410 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 …]
|