| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_rc4.pod | 8 - EVP RC4 stream cipher 20 The RC4 stream cipher for EVP. 41 some undocumented ctrl functions. These ciphers do not conform to the EVP AEAD
|
| H A D | EVP_set_default_properties.pod | 21 future EVP algorithm fetches, implicit as well as explicit. See 26 I<propq> among the EVP data that's been stored in the library context 32 EVP_get1_default_properties() gets the default properties set for all future EVP
|
| H A D | EVP_aes_128_gcm.pod | 50 - EVP AES cipher 65 The AES encryption algorithm for EVP. 104 some undocumented ctrl functions. These ciphers do not conform to the EVP AEAD 115 some undocumented ctrl functions. These ciphers do not conform to the EVP AEAD
|
| H A D | EVP_cast5_cbc.pod | 10 - EVP CAST cipher 24 The CAST encryption algorithm for EVP.
|
| H A D | EVP_idea_cbc.pod | 10 - EVP IDEA cipher 24 The IDEA encryption algorithm for EVP.
|
| H A D | EVP_bf_cbc.pod | 10 - EVP Blowfish cipher 24 The Blowfish encryption algorithm for EVP.
|
| H A D | EVP_desx_cbc.pod | 6 - EVP DES-X cipher 16 The DES-X encryption algorithm for EVP.
|
| H A D | EVP_seed_cbc.pod | 10 - EVP SEED cipher 24 The SEED encryption algorithm for EVP.
|
| H A D | EVP_sm4_cbc.pod | 11 - EVP SM4 cipher 26 The SM4 blockcipher (GB/T 32907-2016) for EVP.
|
| H A D | EVP_camellia_128_ecb.pod | 29 - EVP Camellia cipher 44 The Camellia encryption algorithm for EVP.
|
| H A D | EVP_rc2_cbc.pod | 12 - EVP RC2 cipher 28 The RC2 encryption algorithm for EVP.
|
| H A D | EVP_chacha20.pod | 7 - EVP ChaCha20 stream cipher 18 The ChaCha20 stream cipher for EVP.
|
| H A D | EVP_VerifyInit.pod | 7 - EVP signature verification functions 25 The EVP signature verification routines are a high-level interface to digital 59 The B<EVP> interface to digital signatures should almost always be used in
|
| H A D | EVP_des_cbc.pod | 27 - EVP DES cipher 42 The DES encryption algorithm for EVP.
|
| H A D | EVP_rc5_32_12_16_cbc.pod | 10 - EVP RC5 cipher 24 The RC5 encryption algorithm for EVP.
|
| H A D | EVP_aria_128_gcm.pod | 35 - EVP ARIA cipher 50 The ARIA encryption algorithm for EVP.
|
| H A D | EVP_OpenInit.pod | 5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption 19 The EVP envelope routines are a high-level interface to envelope
|
| H A D | EVP_SignInit.pod | 7 - EVP signing functions 24 The EVP signature routines are a high-level interface to digital 59 The B<EVP> interface to digital signatures should almost always be used in
|
| H A D | EVP_PKEY_CTX_get_algor.pod | 11 ... where {TYPE} is the name of an EVP operation type. 36 placeholder for any EVP operation type.
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | evp-cipher-pipeline.md | 1 EVP APIs for supporting cipher pipelining in provided ciphers 26 **EVP Interface:** 49 Proposal for EVP pipeline APIs 55 **EVP Interface:** 177 > Moreover, EVP can check for presence of pipeline functions, rather than 204 > EVP - provider interface in core_dispatch.h uses only primitive types.
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-speed.pod.in | 61 Use the specified cipher or message digest algorithm via the EVP interface. 93 Time the decryption instead of encryption. Affects only the EVP testing. 97 Enable multi-block mode on EVP-named cipher. 101 Benchmark EVP-named AEAD cipher in TLS-like sequence.
|
| /freebsd/sys/contrib/device-tree/src/mips/netlogic/ |
| H A D | xlp_evp.dts | 3 * XLP8XX Device Tree Source for EVP boards 8 model = "netlogic,XLP-EVP";
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_generic_fetch.pod | 6 - generic algorithm fetchers and method creators for EVP 10 /* Only for EVP source */ 37 it to create an EVP method with the help of the functions 74 This is a short example of the fictitious EVP API and operation called
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_devcrypto.c | 591 const EVP_CIPHER *EVP; in cryptodev_select_cipher_cb() local 598 EVP = EVP_get_cipherbyname(name); in cryptodev_select_cipher_cb() 599 if (EVP == NULL) in cryptodev_select_cipher_cb() 601 else if ((i = find_cipher_data_index(EVP_CIPHER_get_nid(EVP))) != (size_t)-1) in cryptodev_select_cipher_cb() 1015 const EVP_MD *EVP; in cryptodev_select_digest_cb() local 1022 EVP = EVP_get_digestbyname(name); in cryptodev_select_digest_cb() 1023 if (EVP == NULL) in cryptodev_select_digest_cb() 1025 else if ((i = find_digest_data_index(EVP_MD_get_type(EVP))) != (size_t)-1) in cryptodev_select_digest_cb()
|
| /freebsd/sys/contrib/device-tree/src/arm64/amazon/ |
| H A D | alpine-v3-evp.dts | 9 model = "Amazon's Annapurna Labs Alpine v3 Evaluation Platform (EVP)";
|