Home
last modified time | relevance | path

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

123

/openssl-master/doc/man3/
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
A DEVP_cast5_cbc.pod10 - EVP CAST cipher
24 The CAST encryption algorithm for EVP.
A DEVP_idea_cbc.pod10 - EVP IDEA cipher
24 The IDEA encryption algorithm for EVP.
A DEVP_bf_cbc.pod10 - EVP Blowfish cipher
24 The Blowfish encryption algorithm for EVP.
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
A DEVP_seed_cbc.pod10 - EVP SEED cipher
24 The SEED encryption algorithm for EVP.
A DEVP_desx_cbc.pod6 - EVP DES-X cipher
16 The DES-X encryption algorithm for EVP.
A DEVP_sm4_cbc.pod11 - EVP SM4 cipher
26 The SM4 blockcipher (GB/T 32907-2016) for EVP.
A DEVP_camellia_128_ecb.pod29 - EVP Camellia cipher
44 The Camellia encryption algorithm for EVP.
A DEVP_chacha20.pod7 - EVP ChaCha20 stream cipher
18 The ChaCha20 stream cipher for EVP.
A DEVP_rc2_cbc.pod12 - EVP RC2 cipher
28 The RC2 encryption algorithm for EVP.
A DEVP_rc5_32_12_16_cbc.pod10 - EVP RC5 cipher
24 The RC5 encryption algorithm for EVP.
A DEVP_aria_128_gcm.pod35 - EVP ARIA cipher
50 The ARIA encryption algorithm for EVP.
A DEVP_des_cbc.pod27 - EVP DES cipher
42 The DES encryption algorithm for EVP.
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
A DEVP_set_default_properties.pod20 future EVP algorithm fetches, implicit as well as explicit. See
25 I<propq> among the EVP data that's been stored in the library context
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
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
A DEVP_sm3.pod6 - SM3 for EVP
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
A DEVP_md2.pod6 - MD2 For EVP
/openssl-master/doc/man1/
A Dopenssl-speed.pod.in50 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.
/openssl-master/doc/internal/man3/
A Devp_generic_fetch.pod6 - generic algorithm fetchers and method creators for EVP
10 /* Only for EVP source */
46 it to create an EVP method with the help of the functions
91 This is a short example of the fictitious EVP API and operation called
/openssl-master/engines/
A De_devcrypto.c603 const EVP_CIPHER *EVP; in cryptodev_select_cipher_cb() local
610 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() local
1040 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()
/openssl-master/crypto/err/
A Derr_all_legacy.c89 IMPLEMENT_LEGACY_ERR_LOAD(EVP)

Completed in 23 milliseconds

123