Symbol: swcr_auth_hash
sys/arch/x86/x86/via_padlock.c
134
const struct swcr_auth_hash *axf;
sys/arch/x86/x86/via_padlock.c
312
const struct swcr_auth_hash *axf;
sys/dev/pci/qat/qat.c
1349
struct swcr_auth_hash const *sah = hash_def->qshd_alg->qshai_sah;
sys/dev/pci/qat/qat.c
1460
const struct swcr_auth_hash *sah;
sys/dev/pci/qat/qat_hw15.c
572
const struct swcr_auth_hash *sah;
sys/dev/pci/qat/qatvar.h
508
const struct swcr_auth_hash *qshai_sah; /* software auth hash */
sys/opencrypto/cryptosoft.c
1032
const struct swcr_auth_hash *axf;
sys/opencrypto/cryptosoft.c
469
const struct swcr_auth_hash *axf;
sys/opencrypto/cryptosoft.c
572
const struct swcr_auth_hash *axf = NULL;
sys/opencrypto/cryptosoft.c
763
const struct swcr_auth_hash *axf;
sys/opencrypto/cryptosoft.h
32
struct swcr_auth_hash;
sys/opencrypto/cryptosoft.h
43
const struct swcr_auth_hash *SW_axf;
sys/opencrypto/cryptosoft_xform.c
255
static const struct swcr_auth_hash swcr_auth_hash_null = {
sys/opencrypto/cryptosoft_xform.c
260
static const struct swcr_auth_hash swcr_auth_hash_hmac_md5 = {
sys/opencrypto/cryptosoft_xform.c
266
static const struct swcr_auth_hash swcr_auth_hash_hmac_sha1 = {
sys/opencrypto/cryptosoft_xform.c
271
static const struct swcr_auth_hash swcr_auth_hash_hmac_ripemd_160 = {
sys/opencrypto/cryptosoft_xform.c
276
static const struct swcr_auth_hash swcr_auth_hash_hmac_md5_96 = {
sys/opencrypto/cryptosoft_xform.c
282
static const struct swcr_auth_hash swcr_auth_hash_hmac_sha1_96 = {
sys/opencrypto/cryptosoft_xform.c
287
static const struct swcr_auth_hash swcr_auth_hash_hmac_ripemd_160_96 = {
sys/opencrypto/cryptosoft_xform.c
293
static const struct swcr_auth_hash swcr_auth_hash_key_md5 = {
sys/opencrypto/cryptosoft_xform.c
299
static const struct swcr_auth_hash swcr_auth_hash_key_sha1 = {
sys/opencrypto/cryptosoft_xform.c
304
static const struct swcr_auth_hash swcr_auth_hash_md5 = {
sys/opencrypto/cryptosoft_xform.c
310
static const struct swcr_auth_hash swcr_auth_hash_sha1 = {
sys/opencrypto/cryptosoft_xform.c
316
static const struct swcr_auth_hash swcr_auth_hash_hmac_sha2_256 = {
sys/opencrypto/cryptosoft_xform.c
322
static const struct swcr_auth_hash swcr_auth_hash_hmac_sha2_384 = {
sys/opencrypto/cryptosoft_xform.c
328
static const struct swcr_auth_hash swcr_auth_hash_hmac_sha2_512 = {
sys/opencrypto/cryptosoft_xform.c
334
static const struct swcr_auth_hash swcr_auth_hash_aes_xcbc_mac = {
sys/opencrypto/cryptosoft_xform.c
341
static const struct swcr_auth_hash swcr_auth_hash_gmac_aes_128 = {
sys/opencrypto/cryptosoft_xform.c
350
static const struct swcr_auth_hash swcr_auth_hash_gmac_aes_192 = {
sys/opencrypto/cryptosoft_xform.c
359
static const struct swcr_auth_hash swcr_auth_hash_gmac_aes_256 = {