Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_context.c946check_once_cc_context_compare(context_a, context_a, &equal, ccNoError, "valid params, same context… in check_cc_context_compare()
947check_once_cc_context_compare(context_a, context_b, &equal, ccNoError, "valid params, different co… in check_cc_context_compare()
948 check_once_cc_context_compare(context_a, NULL, &equal, ccErrBadParam, "NULL compare_to context"); in check_cc_context_compare()
949 check_once_cc_context_compare(context_a, context_b, NULL, ccErrBadParam, "NULL out param"); in check_cc_context_compare()
959 cc_int32 check_once_cc_context_compare(cc_context_t context, cc_context_t compare_to, cc_uint32 *eq… in check_once_cc_context_compare() function
H A Dtest_ccapi_context.h30 cc_int32 check_once_cc_context_compare(cc_context_t context, cc_context_t compare_to, cc_uint32 *eq…