Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c302 switch (fsattr_sz(key)) { in spu2_hash_xlate()
318 switch (fsattr_sz(key)) { in spu2_hash_xlate()
334 switch (fsattr_sz(key)) { in spu2_hash_xlate()
350 switch (fsattr_sz(key)) { in spu2_hash_xlate()
795 fsattr_sz(digest) : 0; in bcmfs_crypto_build_chain_request()
797 fsattr_sz(aad) : 0; in bcmfs_crypto_build_chain_request()
926 fsattr_sz(digest); in bcmfs_crypto_build_chain_request()
934 fsattr_sz(digest); in bcmfs_crypto_build_chain_request()
992 fsattr_sz(digest) : 0; in bcmfs_crypto_build_aead_request()
1028 if (fsattr_sz(iv) > 12) in bcmfs_crypto_build_aead_request()
[all …]
H A Dbcmfs_sym.c31 fsattr_sz(&src) = sym_op->cipher.data.length; in process_crypto_cipher_op()
32 fsattr_sz(&dst) = sym_op->cipher.data.length; in process_crypto_cipher_op()
51 fsattr_sz(&iv) = sess->cipher.iv.length; in process_crypto_cipher_op()
55 fsattr_sz(&key) = sess->cipher.key.length; in process_crypto_cipher_op()
94 fsattr_sz(&key) = sess->auth.key.length; in process_crypto_auth_op()
102 fsattr_sz(&iv) = sess->auth.iv.length; in process_crypto_auth_op()
105 fsattr_sz(&iv) = 0; in process_crypto_auth_op()
157 fsattr_sz(&iv) = sess->cipher.iv.length; in process_crypto_combined_op()
174 fsattr_sz(&aad) = aad_size; in process_crypto_combined_op()
232 fsattr_sz(&iv) = sess->aead.iv.length; in process_crypto_aead_op()
[all …]
H A Dbcmfs_sym_engine.h24 #define fsattr_sz(__ptr) ((__ptr)->sz) macro