Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_prov_lib.c141 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_iov() function
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c654 ret = crypto_update_iov(ctx->cc_provider_private, in aes_encrypt_update()
733 ret = crypto_update_iov(ctx->cc_provider_private, in aes_decrypt_update()
1002 ret = crypto_update_iov(&aes_ctx, plaintext, ciphertext, in aes_encrypt_atomic()
1143 ret = crypto_update_iov(&aes_ctx, ciphertext, plaintext, in aes_decrypt_atomic()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h1314 extern int crypto_update_iov(void *, crypto_data_t *, crypto_data_t *,