/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ module com { module sun { module star { module ldap { /** Indicates failure to connect to an LDAP server, usually because of wrong parameters (host/port) or down server. @since OOo 1.1.2 */ published exception LdapConnectionException : ::com::sun::star::uno::Exception { } ; } ; } ; } ; } ; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion value='drm-intel-next'>drm-intel-next Linux driver for Intel graphicsUNKNOWN
summaryrefslogtreecommitdiff
path: root/crypto/authenc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: authenc - stop using alignmask of ahashEric Biggers1-10/+2
2023-10-13crypto: authenc - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu1-8/+6
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu1-1/+1
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers1-11/+3
2020-01-09crypto: authenc - use crypto_grab_ahash() and simplify error pathsEric Biggers1-38/+14
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-6/+6
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-6/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-10crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2018-09-28crypto: null - Remove VLA usage of skcipherKees Cook1-4/+4
2018-04-21crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers1-2/+2
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers1-1/+1
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers1-3/+3
2016-07-18crypto: authenc - Use skcipherHerbert Xu1-51/+56
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu1-2/+4
2016-06-29crypto: authenc - Remove redundant sg_init_table call.Harsh Jain1-6/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-3/+1
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu1-401/+183
2015-05-13crypto: authenc - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: authenc - Include internal/aead.hHerbert Xu1-1/+1
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1