Searched refs:chacha20_poly1305 (Results 1 – 6 of 6) sorted by relevance
2 ; Supported features of the 'chacha20_poly1305' crypto driver.17 ; Supported crypto algorithms of the 'chacha20_poly1305' crypto driver.22 ; Supported authentication algorithms of the 'chacha20_poly1305' crypto driver.27 ; Supported AEAD algorithms of the 'chacha20_poly1305' crypto driver.33 ; Supported Asymmetric algorithms of the 'chacha20_poly1305' crypto driver.38 ; Supported Operating systems of the 'chacha20_poly1305' crypto driver.
136 *chacha20_poly1305, in aead_chacha20_poly1305_iv_fill()139 chacha20_poly1305->salt = salt; in aead_chacha20_poly1305_iv_fill()140 chacha20_poly1305->iv = iv; in aead_chacha20_poly1305_iv_fill()141 chacha20_poly1305->cnt = rte_cpu_to_be_32(1); in aead_chacha20_poly1305_iv_fill()
66 struct aead_chacha20_poly1305_iv *chacha20_poly1305; in inb_cop_prepare() local99 chacha20_poly1305 = rte_crypto_op_ctod_offset(cop, in inb_cop_prepare()102 aead_chacha20_poly1305_iv_fill(chacha20_poly1305, in inb_cop_prepare()141 struct aead_chacha20_poly1305_iv *chacha20_poly1305; in inb_cpu_crypto_prepare() local161 chacha20_poly1305 = (struct aead_chacha20_poly1305_iv *)iv; in inb_cpu_crypto_prepare()162 aead_chacha20_poly1305_iv_fill(chacha20_poly1305, in inb_cpu_crypto_prepare()
67 struct aead_chacha20_poly1305_iv *chacha20_poly1305; in outb_cop_prepare() local117 chacha20_poly1305 = rte_crypto_op_ctod_offset(cop, in outb_cop_prepare()120 aead_chacha20_poly1305_iv_fill(chacha20_poly1305, in outb_cop_prepare()499 struct aead_chacha20_poly1305_iv *chacha20_poly1305; in outb_cpu_crypto_prepare() local513 chacha20_poly1305 = iv; in outb_cpu_crypto_prepare()514 aead_chacha20_poly1305_iv_fill(chacha20_poly1305, in outb_cpu_crypto_prepare()
19 chacha20_poly1305
1062 F: doc/guides/cryptodevs/chacha20_poly1305.rst1068 F: doc/guides/cryptodevs/features/chacha20_poly1305.ini