Lines Matching +full:inl +full:- +full:supply
5 provider-cipher - The cipher library E<lt>-E<gt> provider functions
33 size_t outsize, const unsigned char *in, size_t inl);
37 size_t outsize, const unsigned char *in, size_t inl);
69 (see L<provider-base(7)/Provider Functions>).
82 macros in L<openssl-core_dispatch.h(7)>, as follows:
138 OSSL_FUNC_cipher_update() is called to supply data to be encrypted/decrypted as part of
142 OSSL_FUNC_cipher_update() should encrypt/decrypt I<inl> bytes of data at the location
152 case the encryption must be done in-place. If I<out> and I<in> point to different
176 The data to be encrypted/decrypted will be in I<in>, and it will be I<inl> bytes
209 Parameters currently recognised by built-in ciphers are listed in
229 L<provider(7)>, L<OSSL_PROVIDER-FIPS(7)>, L<OSSL_PROVIDER-default(7)>,
230 L<OSSL_PROVIDER-legacy(7)>,
231 L<EVP_CIPHER-AES(7)>, L<EVP_CIPHER-ARIA(7)>, L<EVP_CIPHER-BLOWFISH(7)>,
232 L<EVP_CIPHER-CAMELLIA(7)>, L<EVP_CIPHER-CAST(7)>, L<EVP_CIPHER-CHACHA(7)>,
233 L<EVP_CIPHER-DES(7)>, L<EVP_CIPHER-IDEA(7)>, L<EVP_CIPHER-RC2(7)>,
234 L<EVP_CIPHER-RC4(7)>, L<EVP_CIPHER-RC5(7)>, L<EVP_CIPHER-SEED(7)>,
235 L<EVP_CIPHER-SM4(7)>, L<EVP_CIPHER-NULL(7)>,
236 L<life_cycle-cipher(7)>, L<EVP_EncryptInit(3)>
244 Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.