Home
last modified time | relevance | path

Searched refs:ctxt (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dah_core.c417 SHA1_CTX *ctxt; in ah_keyed_sha1_init() local
432 ctxt = (SHA1_CTX *)state->foo; in ah_keyed_sha1_init()
433 SHA1Init(ctxt); in ah_keyed_sha1_init()
436 SHA1Update(ctxt, (u_int8_t *)_KEYBUF(state->sav->key_auth), in ah_keyed_sha1_init()
451 SHA1Update(ctxt, &buf[0], 1); in ah_keyed_sha1_init()
456 SHA1Update(ctxt, &buf[0], sizeof(buf)); in ah_keyed_sha1_init()
460 SHA1Update(ctxt, &buf[0], padlen); in ah_keyed_sha1_init()
467 SHA1Update(ctxt, buf, 8); in ah_keyed_sha1_init()
476 SHA1_CTX *ctxt; in ah_keyed_sha1_loop() local
481 ctxt = (SHA1_CTX *)state->foo; in ah_keyed_sha1_loop()
[all …]
H A Din6_ifattach.c127 SHA1_CTX ctxt; in get_rand_iid() local
132 bzero(&ctxt, sizeof(ctxt)); in get_rand_iid()
133 SHA1Init(&ctxt); in get_rand_iid()
136 SHA1Update(&ctxt, hostname, hostnlen); in get_rand_iid()
138 SHA1Final(digest, &ctxt); in get_rand_iid()
159 SHA1_CTX ctxt; in in6_generate_tmp_iid() local
194 bzero(&ctxt, sizeof(ctxt)); in in6_generate_tmp_iid()
195 SHA1Init(&ctxt); in in6_generate_tmp_iid()
196 SHA1Update(&ctxt, seed, sizeof(seed)); in in6_generate_tmp_iid()
197 SHA1Final(digest, &ctxt); in in6_generate_tmp_iid()
[all …]
H A Desp_rijndael.c93 ccgcm_ctx ctxt[0]; member
605 ctx->decrypt = &ctx->ctxt[0]; in esp_gcm_schedule()
606 ctx->encrypt = &ctx->ctxt[aes_decrypt_get_ctx_size_gcm() / sizeof(ccgcm_ctx)]; in esp_gcm_schedule()
/xnu-8020.101.4/tests/
H A Dkevent_qos.c1752 special_reply_port_thread(void *ctxt) in special_reply_port_thread() argument
1755 mach_port_t rcv_port = *(mach_port_t *)ctxt; in special_reply_port_thread()
1769 *(mach_port_t *)ctxt = MACH_PORT_NULL; in special_reply_port_thread()