Searched refs:EVP (Results 1 – 25 of 72) 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
10 - EVP CAST cipher24 The CAST encryption algorithm for EVP.
10 - EVP IDEA cipher24 The IDEA encryption algorithm for EVP.
10 - EVP Blowfish cipher24 The Blowfish 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
10 - EVP SEED cipher24 The SEED encryption algorithm for EVP.
6 - EVP DES-X cipher16 The DES-X 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.
10 - EVP RC5 cipher24 The RC5 encryption algorithm for EVP.
35 - EVP ARIA cipher50 The ARIA encryption algorithm for EVP.
27 - EVP DES cipher42 The DES 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
20 future EVP algorithm fetches, implicit as well as explicit. See25 I<propq> among the EVP data that's been stored in the library context
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
6 - SM3 for EVP
5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption20 The EVP envelope routines are a high-level interface to envelope
6 - MD2 For EVP
50 Use the specified cipher or message digest algorithm via the EVP interface.82 Time the decryption instead of encryption. Affects only the EVP testing.86 Enable multi-block mode on EVP-named cipher.90 Benchmark EVP-named AEAD cipher in TLS-like sequence.
6 - generic algorithm fetchers and method creators for EVP10 /* Only for EVP source */46 it to create an EVP method with the help of the functions91 This is a short example of the fictitious EVP API and operation called
603 const EVP_CIPHER *EVP; in cryptodev_select_cipher_cb() local610 EVP = EVP_get_cipherbyname(name); in cryptodev_select_cipher_cb()611 if (EVP == NULL) in cryptodev_select_cipher_cb()613 else if ((i = find_cipher_data_index(EVP_CIPHER_get_nid(EVP))) != (size_t)-1) in cryptodev_select_cipher_cb()1033 const EVP_MD *EVP; in cryptodev_select_digest_cb() local1040 EVP = EVP_get_digestbyname(name); in cryptodev_select_digest_cb()1041 if (EVP == NULL) in cryptodev_select_digest_cb()1043 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)
Completed in 23 milliseconds