Searched refs:EVP (Results 1 – 25 of 74) sorted by relevance
123
8 - EVP RC4 stream cipher20 The RC4 stream cipher for EVP.41 some undocumented ctrl functions. These ciphers do not conform to the EVP AEAD
21 future EVP algorithm fetches, implicit as well as explicit. See26 I<propq> among the EVP data that's been stored in the library context32 EVP_get1_default_properties() gets the default properties set for all future EVP
10 - EVP Blowfish cipher24 The Blowfish encryption algorithm for EVP.
10 - EVP CAST cipher24 The CAST encryption algorithm for EVP.
10 - EVP IDEA cipher24 The IDEA encryption algorithm for EVP.
50 - EVP AES cipher65 The AES encryption algorithm for EVP.104 some undocumented ctrl functions. These ciphers do not conform to the EVP AEAD115 some undocumented ctrl functions. These ciphers do not conform to the EVP AEAD
6 - EVP DES-X cipher16 The DES-X encryption algorithm for EVP.
10 - EVP SEED cipher24 The SEED encryption algorithm for EVP.
11 - EVP SM4 cipher26 The SM4 blockcipher (GB/T 32907-2016) for EVP.
29 - EVP Camellia cipher44 The Camellia encryption algorithm for EVP.
7 - EVP ChaCha20 stream cipher18 The ChaCha20 stream cipher for EVP.
12 - EVP RC2 cipher28 The RC2 encryption algorithm for EVP.
27 - EVP DES cipher42 The DES encryption algorithm for EVP.
10 - EVP RC5 cipher24 The RC5 encryption algorithm for EVP.
35 - EVP ARIA cipher50 The ARIA encryption algorithm for EVP.
7 - EVP signature verification functions25 The EVP signature verification routines are a high-level interface to digital59 The B<EVP> interface to digital signatures should almost always be used in
5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption19 The EVP envelope routines are a high-level interface to envelope
7 - EVP signing functions24 The EVP signature routines are a high-level interface to digital59 The B<EVP> interface to digital signatures should almost always be used in
11 ... where {TYPE} is the name of an EVP operation type.36 placeholder for any EVP operation type.
5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption20 The EVP envelope routines are a high-level interface to envelope
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.
6 - generic algorithm fetchers and method creators for EVP10 /* Only for EVP source */37 it to create an EVP method with the help of the functions74 This is a short example of the fictitious EVP API and operation called
604 const EVP_CIPHER *EVP; in cryptodev_select_cipher_cb() local611 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() local1041 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()
89 IMPLEMENT_LEGACY_ERR_LOAD(EVP)
13 The EVP library provides a high-level interface to cryptographic72 as defaults, then the various EVP functions will automatically use those
Completed in 39 milliseconds