HomeSort by: relevance | last modified time | path
    Searched refs:heim_assert (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/base/
test_base.c 225 heim_assert(heim_error_get_code(e) == 10, "error_code != 10");
228 heim_assert(strcmp(heim_string_get_utf8(s), "foo: bar") == 0, "msg wrong");
253 heim_assert(o != NULL, "string");
254 heim_assert(heim_get_tid(o) == heim_string_get_type_id(), "string-tid");
255 heim_assert(strcmp("string", heim_string_get_utf8(o)) == 0, "wrong string");
259 heim_assert(o != NULL, "string");
260 heim_assert(heim_get_tid(o) == heim_string_get_type_id(), "string-tid");
261 heim_assert(strcmp("foo\"bar", heim_string_get_utf8(o)) == 0, "wrong string");
265 heim_assert(o != NULL, "dict");
266 heim_assert(heim_get_tid(o) == heim_dict_get_type_id(), "dict-tid")
    [all...]
db.c 208 heim_assert(db_plugins != NULL, "heim_db plugin table initialized");
251 heim_assert(!db->in_transaction,
534 heim_assert(read_only == 0, "Internal error");
833 heim_assert(db->in_transaction, "Internal error");
843 heim_assert(db->set_keys != NULL, "Internal error");
903 heim_assert(db->in_transaction, "Internal error");
913 heim_assert(db->set_keys != NULL, "Internal error");
1063 heim_assert(!db->in_transaction, "DB transaction not open");
1064 heim_assert(db->set_keys == NULL && db->set_keys == NULL, "DB transaction not open");
1465 heim_assert(jsondb->fd == -1 || (jsondb->read_only && !read_only)
    [all...]
string.c 236 heim_assert(*dict != NULL, "__heim_string_constant");
bsearch.c 176 heim_assert(i < sz, "invalid aname2lname db index");
194 heim_assert(i >= l && i < rmax, "invalid aname2lname db index");
766 heim_assert(cmp > 0, "cmp > 0");
heimbase.c 354 heim_assert(ptr != NULL, "internal error");
357 heim_assert(idx < 3, "invalid private heim_base extra data index");
json.c 512 heim_assert(*ctx->p == '{', "string doesn't start with {");
599 heim_assert(*ctx->p == '[', "array doesn't start with [");
heimbase.h 126 #define heim_assert(e,t) \ macro
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
common.c 112 heim_assert(0, "no semaphore support w/o pthreads");
137 heim_assert(0, "no semaphore support w/o pthreads");
170 heim_assert(0, "no semaphore support w/o pthreads");
189 heim_assert(0, "no semaphore support w/o pthreads");
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
sp800-108-kdf.c 68 heim_assert(md != NULL, "SP800-108 KDF internal error");
crypto-aes-sha2.c 81 heim_assert(result->checksum.length <= hmaclen, "SHA2 internal error");
send_to_kdc.c 525 heim_assert(host->data.length == 0, "prepare_http called twice");
595 heim_assert(host->data.length == 0, "prepare_tcp called twice");
956 heim_assert(h->tries != 0, "tries should not reach 0");
969 heim_assert(h->fd < FD_SETSIZE, "fd too large");
1010 heim_assert(h->state != DEAD, "dead host resurected");
1013 heim_assert(h->fd < FD_SETSIZE, "fd too large");
mcache.c 198 heim_assert(m->refcnt != 0, "resurection released mcache");
220 heim_assert(m->refcnt != 0, "closed dead cache mcache");
init_creds_pw.c 537 heim_assert(prompter != NULL, "unexpected NULL prompter");
2090 heim_assert(data.length == size, "ASN.1 internal error");
2102 heim_assert(state->armor_crypto != NULL, "FAST armor key missing when FAST started");
2107 heim_assert(len == size, "ASN.1 internal error");
2129 heim_assert(false, "unknown FAST type, internal error");
2135 heim_assert(data.length == size, "ASN.1 internal error");
2233 heim_assert(data.length == size, "ASN.1 internal error");
kuserok.c 147 heim_assert(owner != NULL, "no directory owner ?");
principal.c 1730 heim_assert(rules != NULL && (*rules)[0].type != KRB5_NCRT_BOGUS,
1856 heim_assert(rule->domain != NULL,
2068 heim_assert(state->rules != NULL &&
pkinit.c 1273 heim_assert(ctx != NULL, "PKINIT context is non-NULL");
1274 heim_assert(reply_key != NULL, "reply key is non-NULL");
1275 heim_assert(session_key != NULL, "session key is non-NULL");
context.c 1083 heim_assert(pdu_type == KRB5_PDU_AS_REQUEST ||
  /src/crypto/external/bsd/heimdal/dist/kdc/
kdc-tester.c 174 heim_assert(or != NULL, "value missing");
175 heim_assert(n != NULL, "num missing");
178 heim_assert(num >= 0, "num >= 0");
406 heim_assert(ccache != NULL, "ccache_missing");
438 heim_assert(op != NULL, "op missing");
fast.c 148 heim_assert(size == data.length, "internal asn1 encoder error");
171 heim_assert(size == data.length, "internal asn1 encoder error");
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
db3.c 70 heim_assert(d != 0, "Closing already closed HDB");
383 heim_assert(db->hdb_db == 0, "Opening already open HDB");
db.c 58 heim_assert(d != 0, "Closing already closed HDB");
hdb-mdb.c 103 heim_assert(db->lock_count == 1, "HDB lock/unlock sequence does not match");
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
add_cred.c 77 heim_assert(output_cred_handle != NULL,
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
context_s.c 52 heim_assert(context->db->lock_count > 0,
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
accept_sec_context.c 451 heim_assert(mech_buf->length == buf_len, "Internal ASN.1 error");

Completed in 55 milliseconds

1 2