Home
last modified time | relevance | path

Searched refs:EVP (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd/crypto/openssl/doc/man3/
H A DEVP_rc4.pod8 - 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 DEVP_set_default_properties.pod21 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 DEVP_aes_128_gcm.pod50 - 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 DEVP_cast5_cbc.pod10 - EVP CAST cipher
24 The CAST encryption algorithm for EVP.
H A DEVP_idea_cbc.pod10 - EVP IDEA cipher
24 The IDEA encryption algorithm for EVP.
H A DEVP_bf_cbc.pod10 - EVP Blowfish cipher
24 The Blowfish encryption algorithm for EVP.
H A DEVP_desx_cbc.pod6 - EVP DES-X cipher
16 The DES-X encryption algorithm for EVP.
H A DEVP_seed_cbc.pod10 - EVP SEED cipher
24 The SEED encryption algorithm for EVP.
H A DEVP_sm4_cbc.pod11 - EVP SM4 cipher
26 The SM4 blockcipher (GB/T 32907-2016) for EVP.
H A DEVP_camellia_128_ecb.pod29 - EVP Camellia cipher
44 The Camellia encryption algorithm for EVP.
H A DEVP_rc2_cbc.pod12 - EVP RC2 cipher
28 The RC2 encryption algorithm for EVP.
H A DEVP_chacha20.pod7 - EVP ChaCha20 stream cipher
18 The ChaCha20 stream cipher for EVP.
H A DEVP_VerifyInit.pod7 - 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 DEVP_des_cbc.pod27 - EVP DES cipher
42 The DES encryption algorithm for EVP.
H A DEVP_rc5_32_12_16_cbc.pod10 - EVP RC5 cipher
24 The RC5 encryption algorithm for EVP.
H A DEVP_aria_128_gcm.pod35 - EVP ARIA cipher
50 The ARIA encryption algorithm for EVP.
H A DEVP_OpenInit.pod5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption
19 The EVP envelope routines are a high-level interface to envelope
H A DEVP_SignInit.pod7 - 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 DEVP_PKEY_CTX_get_algor.pod11 ... where {TYPE} is the name of an EVP operation type.
36 placeholder for any EVP operation type.
/freebsd/crypto/openssl/doc/designs/
H A Devp-cipher-pipeline.md1 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 Dopenssl-speed.pod.in61 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 Dxlp_evp.dts3 * XLP8XX Device Tree Source for EVP boards
8 model = "netlogic,XLP-EVP";
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod6 - 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 De_devcrypto.c591 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 Dalpine-v3-evp.dts9 model = "Amazon's Annapurna Labs Alpine v3 Evaluation Platform (EVP)";

1234