VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/providers/implementations/macs/blake2b_mac.c@ 99507

最後變更 在這個檔案從99507是 94320,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

檔案大小: 1.2 KB
 
1/*
2 * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
9
10/* Constants */
11#define BLAKE2_CTX BLAKE2B_CTX
12#define BLAKE2_PARAM BLAKE2B_PARAM
13#define BLAKE2_KEYBYTES BLAKE2B_KEYBYTES
14#define BLAKE2_OUTBYTES BLAKE2B_OUTBYTES
15#define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
16#define BLAKE2_SALTBYTES BLAKE2B_SALTBYTES
17#define BLAKE2_BLOCKBYTES BLAKE2B_BLOCKBYTES
18
19/* Function names */
20#define BLAKE2_PARAM_INIT ossl_blake2b_param_init
21#define BLAKE2_INIT_KEY ossl_blake2b_init_key
22#define BLAKE2_UPDATE ossl_blake2b_update
23#define BLAKE2_FINAL ossl_blake2b_final
24#define BLAKE2_PARAM_SET_DIGEST_LENGTH ossl_blake2b_param_set_digest_length
25#define BLAKE2_PARAM_SET_KEY_LENGTH ossl_blake2b_param_set_key_length
26#define BLAKE2_PARAM_SET_PERSONAL ossl_blake2b_param_set_personal
27#define BLAKE2_PARAM_SET_SALT ossl_blake2b_param_set_salt
28
29/* OSSL_DISPATCH symbol */
30#define BLAKE2_FUNCTIONS ossl_blake2bmac_functions
31
32#include "blake2_mac_impl.c"
33
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette