Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c688 enum spu2_cipher_type spu2_ciph_type = SPU2_CIPHER_TYPE_NONE; in bcmfs_crypto_build_cipher_req() local
698 &spu2_ciph_type, &spu2_ciph_mode); in bcmfs_crypto_build_cipher_req()
703 SPU2_PROTO_RESV, spu2_ciph_type, spu2_ciph_mode, in bcmfs_crypto_build_cipher_req()
788 enum spu2_cipher_type spu2_ciph_type = SPU2_CIPHER_TYPE_NONE; in bcmfs_crypto_build_chain_request() local
817 ret = spu2_cipher_xlate(cipher_alg, cipher_key, &spu2_ciph_type, in bcmfs_crypto_build_chain_request()
829 spu2_ciph_type, spu2_ciph_mode, in bcmfs_crypto_build_chain_request()
986 enum spu2_cipher_type spu2_ciph_type = SPU2_CIPHER_TYPE_NONE; in bcmfs_crypto_build_aead_request() local
1007 spu2_ciph_type = SPU2_CIPHER_TYPE_AES128; in bcmfs_crypto_build_aead_request()
1011 spu2_ciph_type = SPU2_CIPHER_TYPE_AES192; in bcmfs_crypto_build_aead_request()
1015 spu2_ciph_type = SPU2_CIPHER_TYPE_AES256; in bcmfs_crypto_build_aead_request()
[all …]