]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/core_names.h
siphash: Add the C and D round parameters for SipHash.
[thirdparty/openssl.git] / include / openssl / core_names.h
index cb8d83ba88ad00737953070a016431c4405c3f84..0f242e36055b280cc9abd5cc5f22beec268e694e 100644 (file)
@@ -158,6 +158,8 @@ extern "C" {
 #define OSSL_MAC_PARAM_XOF            "xof"            /* int, 0 or 1 */
 #define OSSL_MAC_PARAM_DIGEST_NOINIT  "digest-noinit"  /* int, 0 or 1 */
 #define OSSL_MAC_PARAM_DIGEST_ONESHOT "digest-oneshot" /* int, 0 or 1 */
+#define OSSL_MAC_PARAM_C_ROUNDS       "c-rounds"       /* unsigned int */
+#define OSSL_MAC_PARAM_D_ROUNDS       "d-rounds"       /* unsigned int */
 
 /*
  * If "engine" or "properties" are specified, they should always be paired