Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c723 uint8_t *cipher_buf = (uint8_t *)fmd + src_msg_len; in bcmfs_crypto_build_cipher_req() local
726 memcpy(cipher_buf, in bcmfs_crypto_build_cipher_req()
729 memcpy(cipher_buf + xts_keylen, in bcmfs_crypto_build_cipher_req()
732 memcpy(cipher_buf, fsattr_va(cipher_key), in bcmfs_crypto_build_cipher_req()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev_asym.c167 uint8_t cipher_buf[TEST_DATA_SIZE] = {0}; in queue_ops_rsa_enc_dec() local
184 asym_op->rsa.cipher.data = cipher_buf; in queue_ops_rsa_enc_dec()