OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fips
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/
feature-test.c
28
#include <isc/
fips
.h>
46
fprintf(stderr, "\t--
fips
-provider\n");
49
fprintf(stderr, "\t--have-
fips
-dh\n");
50
fprintf(stderr, "\t--have-
fips
-mode\n");
104
if (strcasecmp(argv[1], "--
fips
-provider") == 0) {
106
OSSL_PROVIDER *
fips
= OSSL_PROVIDER_load(NULL, "
fips
");
local
107
if (
fips
!= NULL) {
108
OSSL_PROVIDER_unload(
fips
);
110
return
fips
!= NULL ? 0 : 1
[
all
...]
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-keygen.c
43
#include <isc/
fips
.h>
72
* raised to 2048 in
FIPS
mode.
188
fprintf(stderr, " -F:
FIPS
mode\n");
299
/* verify only in
FIPS
mode */
525
fatal("SHA1 based keys not supported in
FIPS
mode");
872
OSSL_PROVIDER *
fips
= NULL, *base = NULL;
local
1163
fips
= OSSL_PROVIDER_load(NULL, "
fips
");
1164
if (
fips
== NULL) {
1166
fatal("Failed to load
FIPS
provider")
[
all
...]
dnssec-ksr.c
23
#include <isc/
fips
.h>
88
* They are raised to 2048 in
FIPS
mode.
125
fprintf(stderr, " -F:
FIPS
mode\n");
362
/* verify-only in
FIPS
mode */
1350
OSSL_PROVIDER *
fips
= NULL, *base = NULL;
local
1428
* After dst_lib_init which will set
FIPS
mode if requested
1439
fips
= OSSL_PROVIDER_load(NULL, "
fips
");
1440
if (
fips
== NULL) {
1441
fatal("Failed to load
FIPS
provider")
[
all
...]
dnssec-signzone.c
47
#include <isc/
fips
.h>
3405
OSSL_PROVIDER *
fips
= NULL, *base = NULL;
local
3771
fips
= OSSL_PROVIDER_load(NULL, "
fips
");
3772
if (
fips
== NULL) {
3774
fatal("Failed to load
FIPS
provider");
3778
OSSL_PROVIDER_unload(
fips
);
3785
fatal("setting
FIPS
mode failed");
4174
if (
fips
!= NULL) {
4175
OSSL_PROVIDER_unload(
fips
);
[
all
...]
/src/external/mpl/bind/dist/bin/named/
main.c
34
#include <isc/
fips
.h>
160
static OSSL_PROVIDER *
fips
= NULL, *base = NULL;
variable
981
fips
= OSSL_PROVIDER_load(NULL, "
fips
");
982
if (
fips
== NULL) {
985
"Failed to load
FIPS
provider");
989
OSSL_PROVIDER_unload(
fips
);
995
if (isc_fips_mode()) { /* Already in
FIPS
mode. */
1000
"setting
FIPS
mode failed");
1644
if (
fips
!= NULL)
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026