Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_ctx.h44 uint64_t cipher_type : 4; member
62 uint64_t cipher_type : 4;
H A Dnitrox_sym.c398 fctx->w0.cipher_type = type; in configure_cipher_ctx()
510 fctx->w0.cipher_type = CIPHER_AES_GCM; in configure_aead_ctx()
/f-stack/freebsd/crypto/ccp/
H A Dccp.c294 s->blkcipher.cipher_type = CCP_AES_TYPE_128; in ccp_aes_setkey()
297 s->blkcipher.cipher_type = CCP_AES_TYPE_192; in ccp_aes_setkey()
300 s->blkcipher.cipher_type = CCP_AES_TYPE_256; in ccp_aes_setkey()
H A Dccp.h82 unsigned cipher_type; member
H A Dccp_hardware.c1438 desc->aes_xts.type = s->blkcipher.cipher_type; in ccp_do_xts()
1637 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_blkcipher()
1739 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_aad()
1773 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_gctr()
1809 desc->aes.type = s->blkcipher.cipher_type; in ccp_do_ghash_final()
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c422 enum spu2_cipher_type cipher_type, in spu2_fmd_ctrl0_write() argument
429 if (cipher_type != SPU2_CIPHER_TYPE_NONE && !is_inbound) in spu2_fmd_ctrl0_write()
432 ctrl0 |= ((uint64_t)cipher_type << SPU2_CIPH_TYPE_SHIFT) | in spu2_fmd_ctrl0_write()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h663 uint32_t cipher_type, hash_type; in cpt_enc_hmac_prep() local
696 cipher_type = cpt_ctx->enc_cipher; in cpt_enc_hmac_prep()
765 if ((cipher_type == DES3_CBC) || (cipher_type == DES3_ECB)) in cpt_enc_hmac_prep()
768 else if (likely((cipher_type == AES_CBC) || in cpt_enc_hmac_prep()
769 (cipher_type == AES_ECB))) in cpt_enc_hmac_prep()