Lines Matching full:major

246     OM_uint32 minor, major;  in test_bogus_1964_token()  local
258 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_bogus_1964_token()
259 if (major != GSS_S_DEFECTIVE_TOKEN) in test_bogus_1964_token()
265 major = gss_unwrap_iov(&minor, ctx, NULL, NULL, &iov, 1); in test_bogus_1964_token()
266 if (major != GSS_S_DEFECTIVE_TOKEN) in test_bogus_1964_token()
275 OM_uint32 major, minor; in test_cfx_altered_ec() local
300 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_cfx_altered_ec()
301 if (major != GSS_S_DEFECTIVE_TOKEN) in test_cfx_altered_ec()
309 major = gss_unwrap_iov(&minor, ctx, NULL, NULL, iov, 2); in test_cfx_altered_ec()
310 if (major != GSS_S_DEFECTIVE_TOKEN) in test_cfx_altered_ec()
317 OM_uint32 major, minor; in test_cfx_short_plaintext() local
337 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_cfx_short_plaintext()
338 if (major != GSS_S_DEFECTIVE_TOKEN) in test_cfx_short_plaintext()
346 OM_uint32 major, minor; in test_cfx_large_ec() local
369 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_cfx_large_ec()
370 if (major != GSS_S_DEFECTIVE_TOKEN) in test_cfx_large_ec()
378 OM_uint32 minor, major; in test_iov_large_asn1_wrapper() local
394 major = gss_unwrap_iov(&minor, ctx, NULL, NULL, iov, 2); in test_iov_large_asn1_wrapper()
395 if (major != GSS_S_DEFECTIVE_TOKEN) in test_iov_large_asn1_wrapper()
404 OM_uint32 minor, major; in test_short_header() local
411 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_short_header()
412 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_header()
420 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_short_header()
421 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_header()
429 major = gss_verify_mic(&minor, ctx, &empty, &in, NULL); in test_short_header()
430 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_header()
439 OM_uint32 minor, major; in test_short_header_iov() local
451 major = gss_unwrap_iov(&minor, ctx, NULL, NULL, &iov, 1); in test_short_header_iov()
452 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_header_iov()
464 major = gss_unwrap_iov(&minor, ctx, NULL, NULL, &iov, 1); in test_short_header_iov()
465 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_header_iov()
477 major = gss_verify_mic_iov(&minor, ctx, NULL, &iov, 1); in test_short_header_iov()
478 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_header_iov()
487 OM_uint32 minor, major; in test_short_checksum() local
498 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_short_checksum()
499 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_checksum()
509 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_short_checksum()
510 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_checksum()
520 major = gss_verify_mic(&minor, ctx, &empty, &in, NULL); in test_short_checksum()
521 if (major != GSS_S_DEFECTIVE_TOKEN) in test_short_checksum()
530 OM_uint32 minor, major; in test_bad_pad() local
535 major = gss_unwrap(&minor, ctx, &in, &out, NULL, NULL); in test_bad_pad()
536 if (major != GSS_S_BAD_SIG) in test_bad_pad()