Searched refs:out_orig (Results 1 – 1 of 1) sorted by relevance
516 CK_ULONG ulEncryptedDataLen, crypto_data_t *out_orig) in soft_aes_cbc_pad_decrypt() argument520 uint8_t *outbuf = (uint8_t *)out_orig->cd_raw.iov_base; in soft_aes_cbc_pad_decrypt()521 crypto_data_t out = *out_orig; in soft_aes_cbc_pad_decrypt()534 if (out_orig->cd_raw.iov_base == NULL) { in soft_aes_cbc_pad_decrypt()535 out_orig->cd_length = ulEncryptedDataLen; in soft_aes_cbc_pad_decrypt()552 if (out_orig->cd_length < ulEncryptedDataLen) { in soft_aes_cbc_pad_decrypt()579 out_orig->cd_offset = 0; in soft_aes_cbc_pad_decrypt()611 if (out.cd_offset <= out_orig->cd_length) { in soft_aes_cbc_pad_decrypt()612 bcopy(out.cd_raw.iov_base, out_orig->cd_raw.iov_base, in soft_aes_cbc_pad_decrypt()622 out_orig->cd_offset = out.cd_offset; in soft_aes_cbc_pad_decrypt()