Home
last modified time | relevance | path

Searched refs:Cipher (Results 1 – 25 of 26) sorted by relevance

12

/trueos/crypto/openssh/
HDcipher.h63 typedef struct Cipher Cipher; typedef
66 struct Cipher;
72 const Cipher *cipher;
76 const Cipher *cipher_by_name(const char *);
77 const Cipher *cipher_by_number(int);
82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
89 void cipher_set_key_string(CipherContext *, const Cipher *, const char *, int);
90 u_int cipher_blocksize(const Cipher *);
91 u_int cipher_keylen(const Cipher *);
92 u_int cipher_seclen(const Cipher *);
[all …]
HDcipher.c61 struct Cipher { struct
75 static const struct Cipher ciphers[] = { argument
116 const Cipher *c; in cipher_alg_list()
134 cipher_blocksize(const Cipher *c) in cipher_blocksize()
140 cipher_keylen(const Cipher *c) in cipher_keylen()
146 cipher_seclen(const Cipher *c) in cipher_seclen()
154 cipher_authlen(const Cipher *c) in cipher_authlen()
160 cipher_ivlen(const Cipher *c) in cipher_ivlen()
171 cipher_get_number(const Cipher *c) in cipher_get_number()
177 cipher_is_cbc(const Cipher *c) in cipher_is_cbc()
[all …]
HDssh_config40 # Cipher 3des
HDkex.h93 const Cipher *cipher;
HDauthfile.c102 const Cipher *c; in key_private_to_blob2()
211 const Cipher *c; in key_parse_private2()
435 const Cipher *cipher; in key_private_rsa1_to_blob()
778 const Cipher *cipher; in key_parse_private_rsa1()
HDscp.077 Cipher
HDPROTOCOL.chacha20poly1305101 [3] "ChaCha20 and Poly1305 based Cipher Suites for TLS", Adam Langley
HDpacket.c227 const Cipher *none = cipher_by_name("none"); in packet_set_connection()
557 const Cipher *cipher = cipher_by_number(number); in packet_set_encryption_key()
HDsftp.0112 Cipher
HDssh.0232 Cipher
HDssh_config.0166 Cipher Specifies the cipher to use for encrypting the session in
HDChangeLog862 Test rekeying for every Cipher, MAC and KEX, plus test every KEX with
/trueos/crypto/openssl/crypto/rc2/
HDrrc2.doc6 Subject: Specification for Ron Rivests Cipher No.2
18 Ron Rivest's Cipher No.2
21 Ron Rivest's Cipher No.2 (hereafter referred to as RRC.2, other people may
59 Beale Cipher No.1 XOR'd with a one-time pad. The Beale Ciphers predate modern
62 easily recreated from the one-time pad values and the Beale Cipher data taken
68 The contents of Beale Cipher No.1 and the necessary one-time pad are given as
70 to skip the Beale Cipher expansion and store the sBox table directly.
152 Cipher: 0x1C, 0x19, 0x8A, 0x83, 0x8D, 0xF0, 0x28, 0xB7
157 Cipher: 0x21, 0x82, 0x9C, 0x78, 0xA9, 0xF9, 0xC0, 0x74
162 Cipher: 0x13, 0xDB, 0x35, 0x17, 0xD3, 0x21, 0x86, 0x9E
[all …]
/trueos/crypto/openssl/doc/apps/
HDopenssl.pod82 Cipher Suite Description Determination.
318 Blowfish Cipher
322 CAST Cipher
326 CAST5 Cipher
330 DES Cipher
334 Triple-DES Cipher
338 IDEA Cipher
342 RC2 Cipher
346 RC4 Cipher
350 RC5 Cipher
HDsess_id.pod79 Cipher : 0016
96 =item B<Cipher>
/trueos/tools/tools/nanobsd/rescue/Files/etc/ssh/
HDssh_config40 # Cipher 3des
/trueos/crypto/openssl/doc/
HDstandards.txt57 2712 Addition of Kerberos Cipher Suites to Transport Layer Security
103 4132 Addition of Camellia Cipher Suites to Transport Layer Security
107 4162 Addition of SEED Cipher Suites to Transport Layer Security (TLS).
HDssleay.txt1512 This routine implements Blowfish in Cipher Block Chaining mode.
2205 The Cipher subroutines.
2242 One reason for specifying the Cipher via a pointer to a structure
2285 cbc Cipher Block Chaining form of the cipher.
2286 cfb 64 bit Cipher Feedback form of the cipher.
2292 All the Cipher routines take a EVP_CIPHER_CTX pointer as an argument.
2306 Cipher is a pointer the the EVP_CIPHER for the current context. The encrypt
2516 The following Cipher routines are convenience routines that call either
2886 This routine implements DES in Cipher Block Chaining mode.
2971 This is Propagating Cipher Block Chaining mode of DES. It is used
[all …]
/trueos/crypto/openssl/doc/crypto/
HDdes_modes.pod42 =head2 Cipher Block Chaining Mode (CBC)
76 =head2 Cipher Feedback Mode (CFB)
HDBIO_f_cipher.pod25 Cipher BIOs do not support BIO_gets() or BIO_puts().
HDblowfish.pod68 BF_cbc_encrypt() is the Cipher Block Chaining function for Blowfish. It
/trueos/crypto/openssl/crypto/des/
HDdes.pod60 program, Cipher Block Chaining (the default) and Electronic Code Book
/trueos/crypto/openssl/
HDNEWS207 o Cipher definition fixes.
272 o Cipher string fixes.
HDCHANGES5686 *) Added Kerberos Cipher Suites to be used with TLS, as written in
9863 TLS_RSA_EXPORT56_WITH_DES_CBC_SHA, as specified in "56-bit Export Cipher
9940 *) Add support for Triple DES Cipher Block Chaining with Output Feedback
/trueos/crypto/openssl/doc/ssl/
HDssl.pod51 =item B<SSL_CIPHER> (SSL Cipher)

12