Searched refs:hhk (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_hhook.c96 struct hhook *hhk; local
103 STAILQ_FOREACH(hhk, &hhh->hhh_hooks, hhk_next) {
104 if (hhk->hhk_helper->h_flags & HELPER_NEEDS_OSD) {
105 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id);
120 hhk->hhk_func(hhh->hhh_type, hhh->hhh_id, hhk->hhk_udata,
132 struct hhook *hhk, *tmp; local
140 hhk = malloc(sizeof(struct hhook), M_HHOOK,
143 if (hhk == NULL)
146 hhk
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpake.c454 quickhashbn(send->hhk, ctx->key);
455 SHA1(send->hhk, sizeof send->hhk, send->hhk);
462 unsigned char hhk[SHA_DIGEST_LENGTH]; local
464 quickhashbn(hhk, ctx->key);
465 SHA1(hhk, sizeof hhk, hhk);
466 if (memcmp(hhk, receive
[all...]
H A Djpake.h46 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon70
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c2291 BIO_write(bconn, s3a.hhk, sizeof s3a.hhk);
2359 l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk);
2360 assert(l == sizeof s3a.hhk);

Completed in 117 milliseconds