Home
last modified time | relevance | path

Searched refs:self_test (Results 1 – 9 of 9) sorted by relevance

/openssl/util/
H A Dcheck-format.pl136 my $self_test; # whether the current input file is regarded to contain (positive/negati…
308 print "$ARGV:$line:$msg:$contents" unless $self_test;
543 $self_test = $ARGV =~ m/check-format-test/;
544 $_ = "" if $self_test && m/ blank line within local decls /;
597 my $self_test_exception = $self_test ? "@" : "";
647 my $self_test_exception = $self_test ? "(@\d?)?" : "";
1242 if ($self_test) { # debugging
1276 " issues have been found by $0\n" if $num_reports != 0 && !$self_test;
/openssl/providers/fips/
H A Dbuild.info3 SOURCE[../libfips.a]=fipsprov.c self_test.c self_test_kats.c fipsindicator.c
/openssl/doc/man3/
H A DOSSL_SELF_TEST_set_callback.pod10 #include <openssl/self_test.h>
H A DOSSL_SELF_TEST_new.pod13 #include <openssl/self_test.h>
/openssl/crypto/
H A Dprovider_core.c177 OSSL_FUNC_provider_self_test_fn *self_test; member
993 prov->self_test = in provider_init()
1642 if (prov->self_test == NULL) in ossl_provider_self_test()
1644 ret = prov->self_test(prov->provctx); in ossl_provider_self_test()
/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c621 static int ecd_fips140_pairwise_test(const ECX_KEY *ecx, int type, int self_test) in ecd_fips140_pairwise_test() argument
639 if (self_test) { in ecd_fips140_pairwise_test()
/openssl/providers/
H A Dfips.module.sources515 include/openssl/self_test.h
566 providers/fips/self_test.c
567 providers/fips/self_test.h
H A Dfips-sources.checksums515 4ab1e61699d675b514ce0d1635a033be16c89e4d0a58c908f9838c0c7fb9eafa include/openssl/self_test.h
566 3a638ccab5de977b3279ba04798737fc7565930648635a62132669d6843a2bf7 providers/fips/self_test.c
567 5c2c6c2f69e2eb01b88fa35630f27948e00dd2c2fd351735c74f34ccb2005cbe providers/fips/self_test.h
/openssl/doc/man7/
H A DOSSL_PROVIDER-FIPS.pod432 #include <openssl/self_test.h>

Completed in 25 milliseconds