Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/icp/io/
H A Daes.c221 ret = crypto_update_iov(&aes_ctx, plaintext, ciphertext, in aes_encrypt_atomic()
320 ret = crypto_update_iov(&aes_ctx, ciphertext, plaintext, in aes_decrypt_atomic()
/src/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_lib.c117 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_iov() function
/src/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h334 extern int crypto_update_iov(void *, crypto_data_t *, crypto_data_t *,