2
0
mirror of https://github.com/openssl/openssl.git synced 2025-01-12 13:36:28 +08:00
openssl/providers/common/ciphers
Richard Levitte 92d9d0ae2b Rename ctx_{get,set}_params to {get,set}_ctx_params
Recently, we added dispatched functions to get parameter descriptions,
and those for operation context parameters ended up being called
something_gettable_ctx_params and something_settable_ctx_params.

The corresponding dispatched functions to actually perform parameter
transfers were previously called something_ctx_get_params and
something_ctx_set_params, which doesn't quite match, so we rename them
to something_get_ctx_params and something_set_ctx_params.

An argument in favor of this name change is English, where you'd
rather say something like "set the context parameters".

This only change the libcrypto <-> provider interface.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9612)
2019-08-16 09:04:29 +02:00
..
aes_basic.c Add gcm ciphers (aes and aria) to providers. 2019-07-31 21:55:16 +10:00
aes.c Rename ctx_{get,set}_params to {get,set}_ctx_params 2019-08-16 09:04:29 +02:00
block.c Create provider errors and use them 2019-04-19 09:31:54 +01:00
build.info Add gcm ciphers (aes and aria) to providers. 2019-07-31 21:55:16 +10:00
ciphers_gcm.h Add gcm ciphers (aes and aria) to providers. 2019-07-31 21:55:16 +10:00
ciphers_locl.h Add gcm ciphers (aes and aria) to providers. 2019-07-31 21:55:16 +10:00
gcm_hw.c Add gcm ciphers (aes and aria) to providers. 2019-07-31 21:55:16 +10:00
gcm_s390x.c Fix commit a672a02a s390x build breakage 2019-08-01 12:14:18 +02:00
gcm.c Rename ctx_{get,set}_params to {get,set}_ctx_params 2019-08-16 09:04:29 +02:00