Searched refs:spu2_auth_type (Results 1 – 1 of 1) sorted by relevance
570 enum spu2_hash_type spu2_auth_type = SPU2_HASH_TYPE_NONE; in bcmfs_crypto_build_auth_req() local596 ret = spu2_hash_xlate(a_alg, auth_key, &spu2_auth_type, in bcmfs_crypto_build_auth_req()605 SPU2_VAL_NONE, spu2_auth_type, spu2_auth_mode); in bcmfs_crypto_build_auth_req()798 enum spu2_hash_type spu2_auth_type = SPU2_HASH_TYPE_NONE; in bcmfs_crypto_build_chain_request() local811 ret = spu2_hash_xlate(auth_alg, auth_key, &spu2_auth_type, in bcmfs_crypto_build_chain_request()830 spu2_auth_type, spu2_auth_mode); in bcmfs_crypto_build_chain_request()987 enum spu2_hash_type spu2_auth_type = SPU2_HASH_TYPE_NONE; in bcmfs_crypto_build_aead_request() local1006 spu2_auth_type = SPU2_HASH_TYPE_AES128; in bcmfs_crypto_build_aead_request()1010 spu2_auth_type = SPU2_HASH_TYPE_AES192; in bcmfs_crypto_build_aead_request()1014 spu2_auth_type = SPU2_HASH_TYPE_AES256; in bcmfs_crypto_build_aead_request()[all …]