Searched refs:EVP_CipherInit (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/life-cycles/ |
H A 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)",
|
/openssl/doc/man7/ |
H A 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>
|
/openssl/doc/man3/ |
H A D | BIO_f_cipher.pod | 25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
H A D | EVP_EncryptInit.pod | 31 EVP_CipherInit, 157 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 457 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls. 459 =item EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() 564 B<EVP_CipherInit>. 617 has not been properly initialized with a call to B<EVP_CipherInit>. 705 the key is set. For example EVP_CipherInit() will be called with the IV and 707 EVP_CipherInit() again with all parameters except the key set to NULL. It is 1680 EVP_CipherInit(), EVP_CipherInit_ex() and EVP_CipherFinal() are obsolete 1687 There are some differences between functions EVP_CipherInit() and [all …]
|
H A D | EVP_CIPHER_meth_new.pod | 192 The cipher init function is called by EVP_CipherInit(),
|
/openssl/test/ |
H A D | fake_pipelineprov.c | 93 if (!EVP_CipherInit(ctx->cipher_ctxs[i], ctx->cipher, key, iv[i], enc)) in fake_pipeline_init()
|
/openssl/crypto/evp/ |
H A D | evp_enc.c | 462 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function 633 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit() 653 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
|
/openssl/include/openssl/ |
H A D | evp.h | 800 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/openssl/util/ |
H A D | libcrypto.num | 1105 EVP_CipherInit 1133 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 17462 By shifting this to the top level EVP_CipherInit() it can be removed from
|
Completed in 169 milliseconds