Searched refs:EVP_CipherInit (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/life-cycles/ |
D | cipher.dot | 18 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/ |
D | life_cycle-cipher.pod | 30 =item initialised using EVP_CipherInit 77 EVP_DecryptInit | | EVP_CipherInit | EVP_EncryptInit 130 …EVP_CipherInit initialised initialised initialised initialised initialised init… 183 <tr><th style="border:1px solid" align="left">EVP_CipherInit</th>
|
/third_party/openssl/doc/man3/ |
D | BIO_f_cipher.pod | 25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
D | EVP_EncryptInit.pod | 29 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
|
D | EVP_CIPHER_meth_new.pod | 191 The cipher init function is called by EVP_CipherInit(),
|
/third_party/openssl/crypto/evp/ |
D | evp_enc.c | 436 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/ |
D | evp.rs | 109 pub fn EVP_CipherInit( in EVP_CipherInit() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 606 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/third_party/openssl/include/openssl/ |
D | evp.h | 783 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/third_party/openssl/util/ |
D | libcrypto.num | 1105 EVP_CipherInit 1133 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 16056 By shifting this to the top level EVP_CipherInit() it can be removed from
|