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

/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/jpake/
H A Djpake.c458 quickhashbn(send->hhk, ctx->key);
459 SHA1(send->hhk, sizeof send->hhk, send->hhk);
466 unsigned char hhk[SHA_DIGEST_LENGTH]; local
468 quickhashbn(hhk, ctx->key);
469 SHA1(hhk, sizeof hhk, hhk);
470 if(memcmp(hhk, receive
[all...]
H A Djpake.h49 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon5150
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.c2574 BIO_write(bconn, s3a.hhk, sizeof s3a.hhk);
2644 l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk);
2645 assert(l == sizeof s3a.hhk);

Completed in 94 milliseconds