VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/include/openssl/fipskey.h.in@ 98133

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

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

檔案大小: 798 位元組
 
1/*
2 * {- join("\n * ", @autowarntext) -}
3 *
4 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
5 *
6 * Licensed under the Apache License 2.0 (the "License"). You may not use
7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
9 * https://www.openssl.org/source/license.html
10 */
11
12#ifndef OPENSSL_FIPSKEY_H
13# define OPENSSL_FIPSKEY_H
14# pragma once
15
16# ifdef __cplusplus
17extern "C" {
18# endif
19
20/*
21 * The FIPS validation HMAC key, usable as an array initializer.
22 */
23#define FIPS_KEY_ELEMENTS \
24 {- join(', ', map { "0x$_" } unpack("(A2)*", $config{FIPSKEY})) -}
25
26/*
27 * The FIPS validation key, as a string.
28 */
29#define FIPS_KEY_STRING "{- $config{FIPSKEY} -}"
30
31# ifdef __cplusplus
32}
33# endif
34
35#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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