Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 131) sorted by relevance

123456

/openssl/test/recipes/
H A D04-test_pem_reading.t86 my @common = ($cmd, "x509", "-text", "-noout", "-inform", "PEM", "-in");
87 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
94 …my @common = ($cmd, "pkey", "-inform", "PEM", "-passin", "file:" . data_file("wellknown"), "-noout…
98 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
105 my @common = ($cmd, "pkey", "-inform", "PEM", "-noout", "-text", "-in");
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
110 @data = run(app([@common, $certkeycert], stderr => "outerr.txt"), capture => 1);
H A D20-test_enc_more.t58 my @common = ( $cmd, "enc", "$cipher", "-k", "test" );
60 ok(run(app([@common, @prov, "-e", "-in", $plaintext, "-out", $cipherfile]))
62 && run(app([@common, @prov, "-d", "-in", $cipherfile, "-out", $clearfile]))
/openssl/
H A D.gitignore70 providers/common/der/der_digests_gen.c
71 providers/common/der/der_dsa_gen.c
72 providers/common/der/der_ec_gen.c
73 providers/common/der/der_ecx_gen.c
74 providers/common/der/der_rsa_gen.c
75 providers/common/der/der_wrap_gen.c
76 providers/common/der/der_sm2_gen.c
77 providers/common/include/prov/der_dsa.h
78 providers/common/include/prov/der_ec.h
79 providers/common/include/prov/der_ecx.h
[all …]
/openssl/providers/implementations/signature/
H A Dbuild.info27 DEPEND[rsa_sig.o]=../../common/include/prov/der_rsa.h
28 DEPEND[dsa_sig.o]=../../common/include/prov/der_dsa.h
29 DEPEND[ecdsa_sig.o]=../../common/include/prov/der_ec.h
30 DEPEND[eddsa_sig.o]=../../common/include/prov/der_ecx.h
31 DEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h
/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl48 sub common { subroutine
73 $code.=$inline?&common():"\tbl .Lcommon\n";
84 $code.=$inline?&common():"\tbl .Lcommon\n";
94 $code.=$inline?&common():"\tbl .Lcommon\n";
252 $code.=".Lcommon:\n".&common()."\tmov pc,lr\n" if (!$inline);
/openssl/providers/
H A Dfips.module.sources415 include/internal/common.h
525 providers/common/bio_prov.c
526 providers/common/capabilities.c
529 providers/common/der/der_dsa_key.c
532 providers/common/der/der_ec_key.c
533 providers/common/der/der_ec_sig.c
540 providers/common/digest_to_nid.c
553 providers/common/provider_ctx.c
554 providers/common/provider_err.c
556 providers/common/provider_util.c
[all …]
H A Dfips-sources.checksums415 a8cb407a10e50b1168412bd6ed6af9552cac1326d28c35f91152c48edc42dc3f include/internal/common.h
525 c0a9551efccf43f3dd748d4fd8ec897ddaabbc629c00ec1ad76ce983e1195a13 providers/common/bio_prov.c
526 a50f2219683a7ad44a18936603abcba5e2e588e6c4c4e7d14c6922ae833d719b providers/common/capabilities.c
529 27ff361a5fbfc97cd41690ab26639708961d0507b60912f55f5919649842c6ae providers/common/der/der_dsa_key.c
532 b8f2f94daeaf20c636c90e386284c246cfded0c8275411fa02fe68b534520b95 providers/common/der/der_ec_key.c
533 9104cd39dddd6e1a6e8f267656482131f4d0765e96fdced1f7344817a1c8ed7e providers/common/der/der_ec_sig.c
540 d447cd774869da68a2cc0bbb19c547ee6ed4858c7aee1f3d5bba7796f97823a9 providers/common/digest_to_nid.c
553 737cc1228106e555e9bab24e3c2438982e04e05b0d5b9ee6995d71df16c49143 providers/common/provider_ctx.c
554 4b39973bcc91c5d0cbff838f6b0ddc5d03a9db450d543f8c63a84c0e6316ce16 providers/common/provider_err.c
556 6e833d259d04cdedc007e6cda52fd706527edcf4b4432dbd88cbf45c3f7a4442 providers/common/provider_util.c
[all …]
H A Dbuild.info1 # libcommon.a Contains common building blocks and other routines,
34 SUBDIRS=common implementations
36 INCLUDE[../libcrypto]=common/include
48 # files in crypto/, so let's have a common include list for them all.
49 $COMMON_INCLUDES=../crypto ../include implementations/include common/include \
169 INCLUDE[$LEGACYGOAL]=../include implementations/include common/include
/openssl/ssl/statem/
H A DREADME.md22 event of NBIO events; handling the common flow of steps for reading a
23 message and the common flow of steps for writing a message etc
61 | Non core functions common | | Non core functions common to |
/openssl/providers/common/der/
H A Dder_digests_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
17 'providers/common/der/DIGESTS.asn1',
H A Dder_rsa_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
17 'providers/common/der/RSA.asn1',
/openssl/providers/common/include/prov/
H A Dder_digests.h.in16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
17 'providers/common/der/DIGESTS.asn1',
H A Dder_rsa.h.in17 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
18 'providers/common/der/RSA.asn1',
/openssl/doc/man7/
H A DEVP_MD-MD5.pod18 This implementation supports the common gettable parameters described
19 in L<EVP_MD-common(7)>.
H A DEVP_MD-MD4.pod18 This implementation supports the common gettable parameters described
19 in L<EVP_MD-common(7)>.
H A DEVP_MD-SM3.pod18 This implementation supports the common gettable parameters described
19 in L<EVP_MD-common(7)>.
H A DEVP_MD-WHIRLPOOL.pod18 This implementation supports the common gettable parameters described
19 in L<EVP_MD-common(7)>.
H A DEVP_MD-MD2.pod18 This implementation supports the common gettable parameters described
19 in L<EVP_MD-common(7)>.
H A DEVP_MD-KECCAK.pod30 This implementation supports the common gettable parameters described
31 in L<EVP_MD-common(7)>.
H A DEVP_MD-SHA3.pod30 This implementation supports the common gettable parameters described
31 in L<EVP_MD-common(7)>.
H A DEVP_MD-NULL.pod25 This implementation supports the common gettable parameters described
26 in L<EVP_MD-common(7)>.
H A DEVP_MD-RIPEMD160.pod19 This implementation supports the common gettable parameters described
20 in L<EVP_MD-common(7)>.
H A DEVP_MD-MDC2.pod18 This implementation supports the common gettable parameters described
19 in L<EVP_MD-common(7)>.
/openssl/doc/man3/
H A DBIO_printf.pod22 output. All common format specifiers are supported.
26 output. All common format specifiers are supported. The argument
29 BIO_snprintf() is for platforms that do not have the common snprintf()
/openssl/Configurations/
H A D50-win-onecore.conf67 inherit_from => [ "VC-noCE-common" ],
76 inherit_from => [ "VC-noCE-common" ],

Completed in 30 milliseconds

123456