Skip to content

Commit

Permalink
implemenatations.h: add INTEGRITY_ONLY_CIPHER functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Dec 1, 2023
1 parent 40c9d11 commit 714ffca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions providers/implementations/include/prov/implementations.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ extern const OSSL_DISPATCH ossl_nullmd_functions[];

/* Ciphers */
extern const OSSL_DISPATCH ossl_null_functions[];
extern const OSSL_DISPATCH ossl_enull_hmac_sha256_functions[];
extern const OSSL_DISPATCH ossl_aes256ecb_functions[];
extern const OSSL_DISPATCH ossl_aes192ecb_functions[];
extern const OSSL_DISPATCH ossl_aes128ecb_functions[];
Expand Down Expand Up @@ -242,7 +241,10 @@ extern const OSSL_DISPATCH ossl_chacha20_functions[];
extern const OSSL_DISPATCH ossl_chacha20_ossl_poly1305_functions[];
# endif /* OPENSSL_NO_POLY1305 */
#endif /* OPENSSL_NO_CHACHA */

#ifndef OPENSSL_NO_INTEGRITY_ONLY_CIPHER
extern const OSSL_DISPATCH ossl_enull_hmac_sha256_functions[];
extern const OSSL_DISPATCH ossl_enull_hmac_sha384_functions[];
#endif

#ifndef OPENSSL_NO_SIV
extern const OSSL_DISPATCH ossl_aes128siv_functions[];
Expand Down

0 comments on commit 714ffca

Please sign in to comment.