Searched refs:axf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/glxsb/
H A Dglxsb_hash.c54 struct auth_hash *axf; local
58 axf = ses->ses_axf;
63 axf->Init(ses->ses_ictx);
64 axf->Update(ses->ses_ictx, key, klen);
65 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen);
70 axf->Init(ses->ses_octx);
71 axf->Update(ses->ses_octx, key, klen);
72 axf->Update(ses->ses_octx, hmac_opad_buffer, axf
86 struct auth_hash *axf; local
[all...]
/freebsd-10.0-release/sys/crypto/via/
H A Dpadlock_hash.c215 padlock_copy_ctx(struct auth_hash *axf, void *sctx, void *dctx) argument
219 (axf->type == CRYPTO_SHA1_HMAC ||
220 axf->type == CRYPTO_SHA2_256_HMAC)) {
228 bcopy(sctx, dctx, axf->ctxsize);
233 padlock_free_ctx(struct auth_hash *axf, void *ctx) argument
237 (axf->type == CRYPTO_SHA1_HMAC ||
238 axf->type == CRYPTO_SHA2_256_HMAC)) {
246 struct auth_hash *axf; local
250 axf = ses->ses_axf;
257 padlock_free_ctx(axf, se
286 struct auth_hash *axf; local
[all...]
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptosoft.c450 swcr_authprepare(struct auth_hash *axf, struct swcr_data *sw, u_char *key, argument
457 switch (axf->type) {
468 axf->Init(sw->sw_ictx);
469 axf->Update(sw->sw_ictx, key, klen);
470 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen);
475 axf->Init(sw->sw_octx);
476 axf->Update(sw->sw_octx, key, klen);
477 axf->Update(sw->sw_octx, hmac_opad_buffer, axf
518 struct auth_hash *axf; local
664 struct auth_hash *axf; local
877 struct auth_hash *axf; local
[all...]

Completed in 69 milliseconds