Lines Matching defs:axf
480 const struct auth_hash *axf;
490 axf = s->hmac.auth_hash;
510 hash_size_in_response = axf->hashsize;
514 imm_len = axf->blocksize;
554 axf->blocksize : crp->crp_payload_length);
585 *(uint64_t *)(dst + axf->blocksize - sizeof(uint64_t)) =
586 htobe64(axf->blocksize << 3);
817 const struct auth_hash *axf;
848 axf = s->hmac.auth_hash;
931 if (input_len + roundup2(axf->hashsize, 16) + (512 - 16) >
1028 hmac_ctrl = ccr_hmac_ctrl(axf->hashsize, hash_size_in_response);
2050 const struct auth_hash *axf;
2052 axf = s->hmac.auth_hash;
2053 axf->Init(&auth_ctx);
2054 t4_copy_partial_hash(axf->type, &auth_ctx, s->hmac.pads);