Home
last modified time | relevance | path

Searched refs:algorithms (Results 1 – 25 of 222) sorted by relevance

123456789

/freebsd-13.1/crypto/openssl/doc/man1/
H A Dlist.pod6 list - list algorithms and features
15 [B<-digest-algorithms>]
17 [B<-cipher-algorithms>]
18 [B<-public-key-algorithms>]
24 This command is used to generate list of algorithms or disabled
49 =item B<-digest-algorithms>
51 Display a list of message digest algorithms.
61 =item B<-cipher-algorithms>
63 Display a list of cipher algorithms.
68 =item B<-public-key-algorithms>
[all …]
H A Dspeed.pod25 This command is used to test the performance of cryptographic algorithms.
26 To see the list of supported algorithms, use the I<list --digest-commands>
43 for all available algorithms.
88 =item B<[zero or more test algorithms]>
90 If any options are given, B<speed> tests those algorithms, otherwise a
H A Dpkcs8.pod38 format with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms.
134 Some implementations may not support custom PRF algorithms and may require
148 for all available algorithms.
191 encryption algorithms such as 56 bit DES.
204 Private keys encrypted using PKCS#5 v2.0 algorithms and high iteration
213 =head1 PKCS#5 v1.5 and PKCS#12 algorithms.
215 Various algorithms can be used with the B<-v1> command line option,
223 These algorithms were included in the original PKCS#5 v1.5 specification.
228 These algorithms are not mentioned in the original PKCS#5 v1.5 specification
235 These algorithms use the PKCS#12 password based encryption algorithm and
[all …]
H A Dopenssl.pod14 …est-commands> | B<cipher-commands> | B<cipher-algorithms> | B<digest-algorithms> | B<public-key-al…
60 The list parameters B<cipher-algorithms> and
61 B<digest-algorithms> list all cipher and message digest names, one entry per line. Aliases are list…
65 The list parameter B<public-key-algorithms> lists all supported public
66 key algorithms.
555 The B<list->I<XXX>B<-algorithms> pseudo-commands were added in OpenSSL 1.0.0;
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_sigalgs.pod8 SSL_set1_client_sigalgs_list - set supported signature algorithms
27 algorithms for B<ctx> or B<ssl>. The array B<slist> of length B<slistlen>
29 algorithms.
32 signature algorithms for B<ctx> or B<ssl>. The B<str> parameter
40 signature algorithms related to client authentication, otherwise they are
50 If an application wishes to allow the setting of signature algorithms
57 The supported signature algorithms set by a server are not sent to the
58 client but are used to determine the set of shared signature algorithms
62 The client authentication signature algorithms set by a server are sent
66 Similarly client authentication signature algorithms set by a client are
[all …]
H A DOpenSSL_add_all_algorithms.pod6 add algorithms to internal table
24 OpenSSL keeps an internal table of digest algorithms and ciphers. It uses
27 OpenSSL_add_all_digests() adds all digest algorithms to the table.
29 OpenSSL_add_all_algorithms() adds all algorithms to the table (digests and
32 OpenSSL_add_all_ciphers() adds all encryption algorithms to the table including
33 password based encryption algorithms.
H A DSSL_get_shared_sigalgs.pod5 SSL_get_shared_sigalgs, SSL_get_sigalgs - get supported signature algorithms
22 algorithms supported by peer B<s>. The parameter B<idx> indicates the index
29 information about all signature algorithms supported by B<s> in the order
35 signature algorithms or B<0> if the B<idx> parameter is out of range.
50 signature algorithms can be determined: which can be zero.
53 signature algorithms: after a client hello (for servers) or a certificate
57 Only TLS 1.2, TLS 1.3 and DTLS 1.2 currently support signature algorithms.
61 The shared signature algorithms returned by SSL_get_shared_sigalgs() are
H A DEVP_PKEY_CTX_set1_pbe_pass.pod17 These functions are generic support functions for all KDF algorithms.
25 EVP_PKEY_CTX_set1_kdf_key (to be used by the algorithms that use a
41 supported by the algorithms that use them.
H A DSSL_check_chain.pod34 B<CERT_PKEY_CA_SIGNATURE>: the signature algorithms of all CA certificates
44 algorithms extension).
67 algorithms may also wish to check B<CERT_PKEY_CA_SIGNATURE> too. If no
75 Since the supported signature algorithms extension is only used in TLS 1.2,
H A DSSL_CTX_set_security_level.pod123 signature algorithms) to achieve this end and some cases (DH parameter size
130 cipher suite encryption algorithms, supported ECC curves, supported
131 signature algorithms, DH parameter sizes, certificate key sizes and
132 signature algorithms. This limit applies no matter what other custom
137 algorithms.
140 algorithms which can severely degrade performance. For example 256 bits
H A DCMS_add1_signer.pod43 algorithms are needed. New attributes can also be added using the returned
79 algorithms in preference order: 256 bit AES, Gost R3411-94, Gost 28147-89, 192
81 If any of these algorithms is not available then it will not be included: for example the GOST algo…
H A DEVP_PKEY_get_default_digest_nid.pod16 B<pkey>. Note that some signature algorithms (i.e. Ed25519 and Ed448) do not use
21 For all current standard OpenSSL public key algorithms SHA1 is returned.
H A DEVP_blake2b512.pod19 algorithm competition. The BLAKE2s and BLAKE2b algorithms are described in
46 While the BLAKE2b and BLAKE2s algorithms supports a variable length digest,
H A DEVP_sha224.pod39 algorithms, which generate 224, 256, 224, 256, 384 and 512 bits
42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
H A DBN_security_bits.pod18 of asymmetric algorithms: the FFC (Finite Field Cryptography) and IFC
32 function. The symmetric algorithms are not covered neither.
H A DPKCS7_sign_add_signer.pod38 algorithms are needed.
66 algorithms: triple DES, 128 bit RC2, 64 bit RC2, DES and 40 bit RC2. If any of
67 these algorithms is disabled then it will not be included.
/freebsd-13.1/crypto/openssl/doc/man7/
H A Devp.pod29 asymmetric algorithms. To create a new EVP_PKEY see
68 All the symmetric algorithms (ciphers), digests and asymmetric algorithms
69 (public key algorithms) can be replaced by ENGINE modules providing alternative
75 Although low-level algorithm specific functions exist for many algorithms
77 versions of new algorithms cannot be accessed using the low-level functions.
78 Also makes code harder to adapt to new algorithms and some options are not
H A Dcrypto.pod14 algorithms used in various Internet standards. The services provided
20 individual algorithms.
/freebsd-13.1/tools/tools/crypto/
H A Dcryptotest.c125 } algorithms[] = { variable
178 for (i = 0; i < nitems(algorithms); i++) in getalgbycode()
179 if (cipher == algorithms[i].code) in getalgbycode()
180 return &algorithms[i]; in getalgbycode()
189 for (i = 0; i < nitems(algorithms); i++) in getalgbyname()
190 if (streq(name, algorithms[i].name)) in getalgbyname()
191 return &algorithms[i]; in getalgbyname()
631 for (i = 0; i < nitems(algorithms); i++) { in main()
633 alg = &algorithms[i]; in main()
/freebsd-13.1/contrib/libfido2/src/
H A Dinfo.c278 return (decode_algorithms(val, &ci->algorithms)); in parse_reply_element()
408 free_algo_array(&ci->algorithms); in fido_cbor_info_reset()
534 return (ci->algorithms.len); in fido_cbor_info_algorithm_count()
540 if (idx >= ci->algorithms.len) in fido_cbor_info_algorithm_type()
543 return (ci->algorithms.ptr[idx].type); in fido_cbor_info_algorithm_type()
549 if (idx >= ci->algorithms.len) in fido_cbor_info_algorithm_cose()
552 return (ci->algorithms.ptr[idx].cose); in fido_cbor_info_algorithm_cose()
/freebsd-13.1/contrib/opie/libopie/
H A Dparsechallenge.c31 static struct algorithm algorithms[] = { variable
48 for (a = algorithms; a->name && strncmp(buffer, a->name, (int)(c - buffer)); a++);
/freebsd-13.1/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c66 SYSCTL_PROC(_security_mac_veriexec, OID_AUTO, algorithms,
76 int algorithms, error; in sysctl_mac_veriexec_algorithms() local
78 algorithms = 0; in sysctl_mac_veriexec_algorithms()
81 if (algorithms++) in sysctl_mac_veriexec_algorithms()
/freebsd-13.1/sys/geom/mirror/
H A Dg_mirror.h413 static const char *algorithms[] = { in balance_name() local
425 return (algorithms[balance]); in balance_name()
431 static const char *algorithms[] = { in balance_id() local
441 if (strcmp(name, algorithms[n]) == 0) in balance_id()
/freebsd-13.1/sbin/md5/tests/
H A Dself-test.sh_inp6 done < %%TESTSBASE%%/sbin/md5/algorithms.txt
H A Dself-test.SH6 done < %%TESTSBASE%%/sbin/md5/algorithms.txt

123456789