Searched refs:cipher_type (Results 1 – 7 of 7) sorted by relevance
44 uint64_t cipher_type : 4; member62 uint64_t cipher_type : 4;
398 fctx->w0.cipher_type = type; in configure_cipher_ctx()510 fctx->w0.cipher_type = CIPHER_AES_GCM; in configure_aead_ctx()
294 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()
82 unsigned cipher_type; member
1438 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()
422 enum spu2_cipher_type cipher_type, in spu2_fmd_ctrl0_write() argument429 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()
663 uint32_t cipher_type, hash_type; in cpt_enc_hmac_prep() local696 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()