Searched full:tdes (Results 1 – 19 of 19) sorted by relevance
/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/crypto/openssl/include/openssl/ |
H A D | self_test.h | 50 # define OSSL_SELF_TEST_DESC_CIPHER_TDES "TDES"
|
/freebsd/sys/contrib/device-tree/src/arm/nspire/ |
H A D | nspire.dtsi | 122 tdes: crypto@c8010000 { label
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_pkcs12.t | 98 "-certfile", srctop_file(@path, "v3-certs-TDES.p12"),
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-FIPS.pod | 302 =item "TDES" (B<OSSL_SELF_TEST_DESC_CIPHER_TDES>)
|
/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/secure/lib/libcrypto/man/man7/ |
H A D | OSSL_PROVIDER-FIPS.7 | 414 .IX Item "TDES (OSSL_SELF_TEST_DESC_CIPHER_TDES)"
|
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 703 * Test TDES based key wrapping.
|
/freebsd/crypto/libecc/ |
H A D | README.md | 334 SHA-1, and TDES for supporting MDC2). Please **be careful** when using them, it is advised to use t…
|