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

/freebsd-10.2-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.2-release/crypto/openssl/crypto/jpake/
H A Djpake.c453 quickhashbn(send->hhk, ctx->key);
454 SHA1(send->hhk, sizeof send->hhk, send->hhk);
461 unsigned char hhk[SHA_DIGEST_LENGTH]; local
463 quickhashbn(hhk, ctx->key);
464 SHA1(hhk, sizeof hhk, hhk);
465 if (memcmp(hhk, receive
[all...]
H A Djpake.h46 unsigned char hhk[SHA_DIGEST_LENGTH]; member in struct:__anon5554
/freebsd-10.2-release/crypto/openssl/apps/
H A Dapps.c2442 BIO_write(bconn, s3a.hhk, sizeof s3a.hhk);
2510 l = BIO_read(bconn, s3a.hhk, sizeof s3a.hhk);
2511 assert(l == sizeof s3a.hhk);

Completed in 102 milliseconds