Home
last modified time | relevance | path

Searched refs:EVP_CipherInit (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/life-cycles/
Dcipher.dot18 newed -> initialised [label="EVP_CipherInit"];
19 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)",
57 newed -> initialised [label="EVP_CipherInit"];
58 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)",
/third_party/openssl/doc/man7/
Dlife_cycle-cipher.pod30 =item initialised using EVP_CipherInit
77 EVP_DecryptInit | | EVP_CipherInit | EVP_EncryptInit
130EVP_CipherInit initialised initialised initialised initialised initialised init…
183 <tr><th style="border:1px solid" align="left">EVP_CipherInit</th>
/third_party/openssl/doc/man3/
DBIO_f_cipher.pod25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
DEVP_EncryptInit.pod29 EVP_CipherInit,
148 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
416 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls.
418 =item EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit()
612 the key is set. For example EVP_CipherInit() will be called with the IV and
614 EVP_CipherInit() again with all parameters except the key set to NULL. It is
1471 EVP_CipherInit(), EVP_CipherInit_ex() and EVP_CipherFinal() are obsolete
1478 There are some differences between functions EVP_CipherInit() and
1479 EVP_CipherInit_ex(), significant in some circumstances. EVP_CipherInit() fills
1480 the passed context object with zeros. As a consequence, EVP_CipherInit() does
DEVP_CIPHER_meth_new.pod191 The cipher init function is called by EVP_CipherInit(),
/third_party/openssl/crypto/evp/
Devp_enc.c436 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
479 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
499 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs109 pub fn EVP_CipherInit( in EVP_CipherInit() function
/third_party/openssl/ohos_lite/include/openssl/
Devp.h606 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/openssl/include/openssl/
Devp.h783 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/openssl/util/
Dlibcrypto.num1105 EVP_CipherInit 1133 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md16056 By shifting this to the top level EVP_CipherInit() it can be removed from