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

/freebsd-11-stable/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-11-stable/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-11-stable/sys/opencrypto/
H A Dcryptosoft.c321 swcr_authprepare(struct auth_hash *axf, struct swcr_data *sw, u_char *key, argument
328 switch (axf->type) {
339 axf->Init(sw->sw_ictx);
340 axf->Update(sw->sw_ictx, key, klen);
341 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen);
346 axf->Init(sw->sw_octx);
347 axf->Update(sw->sw_octx, key, klen);
348 axf->Update(sw->sw_octx, hmac_opad_buffer, axf
389 struct auth_hash *axf; local
469 struct auth_hash *axf = NULL; local
710 struct auth_hash *axf; local
988 struct auth_hash *axf; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c430 struct auth_hash *axf; local
443 axf = s->hmac.auth_hash;
453 hash_size_in_response = axf->hashsize;
457 imm_len = axf->blocksize;
497 crwr->sec_cpl.pldlen = htobe32(crd->crd_len == 0 ? axf->blocksize :
528 *(uint64_t *)(dst + axf->blocksize - sizeof(uint64_t)) =
529 htobe64(axf->blocksize << 3);
767 struct auth_hash *axf; local
808 axf = s->hmac.auth_hash;
883 if (input_len + roundup2(axf
1419 struct auth_hash *axf; local
1744 struct auth_hash *axf; local
[all...]

Completed in 124 milliseconds