Home
last modified time | relevance | path

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

123

/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_bf_cbc.pod10 - EVP Blowfish cipher
24 The Blowfish encryption algorithm for EVP.
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_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_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_chacha20.pod7 - EVP ChaCha20 stream cipher
18 The ChaCha20 stream cipher for EVP.
H A DEVP_rc2_cbc.pod12 - EVP RC2 cipher
28 The RC2 encryption algorithm for EVP.
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_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_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.
H A DEVP_SealInit.pod5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
20 The EVP envelope routines are a high-level interface to envelope
/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.
/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
/openssl/engines/
H A De_devcrypto.c604 const EVP_CIPHER *EVP; in cryptodev_select_cipher_cb() local
611 EVP = EVP_get_cipherbyname(name); in cryptodev_select_cipher_cb()
612 if (EVP == NULL) in cryptodev_select_cipher_cb()
614 else if ((i = find_cipher_data_index(EVP_CIPHER_get_nid(EVP))) != (size_t)-1) in cryptodev_select_cipher_cb()
1034 const EVP_MD *EVP; in cryptodev_select_digest_cb() local
1041 EVP = EVP_get_digestbyname(name); in cryptodev_select_digest_cb()
1042 if (EVP == NULL) in cryptodev_select_digest_cb()
1044 else if ((i = find_digest_data_index(EVP_MD_get_type(EVP))) != (size_t)-1) in cryptodev_select_digest_cb()
/openssl/crypto/err/
H A Derr_all_legacy.c89 IMPLEMENT_LEGACY_ERR_LOAD(EVP)
/openssl/doc/man7/
H A Devp.pod13 The EVP library provides a high-level interface to cryptographic
72 as defaults, then the various EVP functions will automatically use those

Completed in 50 milliseconds

123