Home
last modified time | relevance | path

Searched refs:auth_key (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/netronome/nfp/crypto/
A Dipsec.c91 u32 auth_key[16]; /* Authentication Key */ member
369 if (key_len > sizeof(cfg->auth_key)) { in nfp_net_xfrm_add_state()
373 for (i = 0; i < key_len / sizeof(cfg->auth_key[0]) ; i++) in nfp_net_xfrm_add_state()
374 cfg->auth_key[i] = get_unaligned_be32(x->aalg->alg_key + in nfp_net_xfrm_add_state()
375 sizeof(cfg->auth_key[0]) * i); in nfp_net_xfrm_add_state()
/drivers/crypto/qce/
A Daead.h17 u8 auth_key[QCE_MAX_KEY_SIZE]; member
A Daead.c585 memcpy(ctx->auth_key, key, keylen); in qce_aead_ccm_setkey()
645 memset(ctx->auth_key, 0, sizeof(ctx->auth_key)); in qce_aead_setkey()
646 memcpy(ctx->auth_key, authenc_keys.authkey, authenc_keys.authkeylen); in qce_aead_setkey()
A Dcommon.c470 authkey_words = qce_be32_to_cpu_array(authkey, ctx->auth_key, auth_keylen); in qce_setup_regs_aead()
/drivers/crypto/intel/qat/qat_common/
A Dqat_algs.c113 const u8 *auth_key, in qat_alg_do_precomputes() argument
128 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes()
135 memcpy(ctx->ipad, auth_key, auth_keylen); in qat_alg_do_precomputes()
136 memcpy(ctx->opad, auth_key, auth_keylen); in qat_alg_do_precomputes()
/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.h867 u8 auth_type:4, auth_key:4; member
869 u8 auth_key:4, auth_type:4; member
A Dipw2200.c7248 priv->assoc_request.auth_key = 0; in ipw_associate_network()
7253 priv->assoc_request.auth_key = priv->ieee->sec.active_key; in ipw_associate_network()
/drivers/crypto/
A Dsa2ul.c718 const u8 *auth_key, u16 auth_key_sz, in sa_init_sc() argument
766 sa_set_sc_auth(ad, auth_key, auth_key_sz, in sa_init_sc()

Completed in 46 milliseconds