| /freebsd/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | atmel,at91sam9g46-tdes.yaml | 5 $id: http://devicetree.org/schemas/crypto/atmel,at91sam9g46-tdes.yaml# 8 title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator 16 - const: atmel,at91sam9g46-tdes 18 - const: microchip,sam9x7-tdes 19 - const: atmel,at91sam9g46-tdes 59 tdes: crypto@e2014000 { 60 compatible = "atmel,at91sam9g46-tdes";
|
| H A D | atmel-crypto.txt | 28 - compatible : Should be "atmel,at91sam9g46-tdes". 29 - reg: Should contain TDES registers location and length. 30 - interrupts: Should contain the IRQ line for the TDES. 39 tdes@f803c000 { 40 compatible = "atmel,at91sam9g46-tdes";
|
| /freebsd/crypto/libecc/src/examples/hash/ |
| H A D | tdes.h | 71 /* TDES key schedules */ 74 /* TDES encryption/decryption */
|
| H A D | Makefile | 10 HASHES = gostr34_11_94.c md2.c md4.c md5.c mdc2.c sha0.c sha1.c tdes.c
|
| H A D | tdes.c | 12 #include "tdes.h" 382 /* TDES key schedules */ 446 /* TDES encryption/decryption */
|
| H A D | mdc2.c | 14 #include "tdes.h"
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | build.info | 4 # $TDES_1_GOAL and $TDES_2_GOAL separate FIPSable and non-FIPSable TDES. 6 # variables already now, to switch the non-FIPSable TDES to legacy if needed.
|
| /freebsd/secure/lib/libcrypto/man/man5/ |
| H A D | fips_config.5 | 161 .IP \fBtdes-encrypt-disabled\fR 4 162 .IX Item "tdes-encrypt-disabled"
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | self_test.h | 61 # define OSSL_SELF_TEST_DESC_CIPHER_TDES "TDES"
|
| H A D | core_names.h | 516 # define OSSL_PROV_PARAM_TDES_ENCRYPT_DISABLED "tdes-encrypt-disabled"
|
| /freebsd/crypto/openssl/util/ |
| H A D | mk-fipsmodule-cnf.pl | 73 tdes-encrypt-disabled = $tdes_encrypt_disabled
|
| /freebsd/sys/contrib/device-tree/src/arm/nspire/ |
| H A D | nspire.dtsi | 122 tdes: crypto@c8010000 { label
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | OSSL_PROVIDER-FIPS.7 | 432 .IP """TDES"" (\fBOSSL_SELF_TEST_DESC_CIPHER_TDES\fR)" 4 433 .IX Item """TDES"" (OSSL_SELF_TEST_DESC_CIPHER_TDES)"
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | fips_config.pod | 135 =item B<tdes-encrypt-disabled>
|
| /freebsd/crypto/openssl/providers/implementations/macs/ |
| H A D | cmac_prov.c | 119 * TDES Encryption is not approved in FIPS 140-3.
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | sama5d2.dtsi | 1093 tdes: crypto@fc044000 { label 1094 compatible = "atmel,at91sam9g46-tdes";
|
| H A D | sama7g5.dtsi | 782 tdes: crypto@e2014000 { label 783 compatible = "atmel,at91sam9g46-tdes";
|
| H A D | sama5d3.dtsi | 411 tdes: crypto@f803c000 { label 412 compatible = "atmel,at91sam9g46-tdes";
|
| H A D | sam9x60.dtsi | 511 tdes: crypto@f0038000 { label 512 compatible = "atmel,at91sam9g46-tdes";
|
| H A D | sama5d4.dtsi | 697 tdes: crypto@fc04c000 { label 698 compatible = "atmel,at91sam9g46-tdes";
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 80-test_pkcs12.t | 102 "-certfile", srctop_file(@path, "v3-certs-TDES.p12"),
|
| H A D | 03-test_fipsinstall.t | 52 ( 'tdes_encrypt_disabled', 'tdes-encrypt-disabled' ),
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | OSSL_PROVIDER-FIPS.pod | 426 =item "TDES" (B<OSSL_SELF_TEST_DESC_CIPHER_TDES>)
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | paramnames.pm | 46 'PROV_PARAM_TDES_ENCRYPT_DISABLED' => "tdes-encrypt-disabled", # uint
|
| /freebsd/crypto/openssl/test/ |
| H A D | destest.c | 713 * Test TDES based key wrapping.
|