Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c725 uint32_t xts_keylen = fsattr_sz(cipher_key) / 2; in bcmfs_crypto_build_cipher_req() local
727 (uint8_t *)fsattr_va(cipher_key) + xts_keylen, in bcmfs_crypto_build_cipher_req()
728 xts_keylen); in bcmfs_crypto_build_cipher_req()
729 memcpy(cipher_buf + xts_keylen, in bcmfs_crypto_build_cipher_req()
730 fsattr_va(cipher_key), xts_keylen); in bcmfs_crypto_build_cipher_req()