Searched refs:crypto_update_iov (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 221 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 D | kcf_prov_lib.c | 117 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 D | impl.h | 334 extern int crypto_update_iov(void *, crypto_data_t *, crypto_data_t *,
|