Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2788 boolean_t do_inplace; in cipher() local
2794 do_inplace = B_FALSE; in cipher()
2836 do_inplace = (STRUCT_FGET(encrypt, ce_flags) & in cipher()
2838 need = do_inplace ? datalen : datalen + encrlen; in cipher()
2855 if (do_inplace) { in cipher()
2865 if (do_inplace) in cipher()
2905 if (!do_inplace && encr.cd_raw.iov_base != NULL) in cipher()
2948 boolean_t do_inplace; in cipher_update() local
2954 do_inplace = B_FALSE; in cipher_update()
2997 do_inplace = (STRUCT_FGET(encrypt_update, eu_flags) & in cipher_update()
[all …]