| /freebsd/crypto/openssh/ |
| H A D | cipher-chachapoly-libcrypto.c | 51 if (!EVP_CipherInit(ctx->main_evp, EVP_chacha20(), key, NULL, 1)) in chachapoly_new() 53 if (!EVP_CipherInit(ctx->header_evp, EVP_chacha20(), key + 32, NULL, 1)) in chachapoly_new() 97 if (!EVP_CipherInit(ctx->main_evp, NULL, NULL, seqbuf, 1) || in chachapoly_crypt() 117 if (!EVP_CipherInit(ctx->header_evp, NULL, NULL, seqbuf, 1) || in chachapoly_crypt() 126 if (!EVP_CipherInit(ctx->main_evp, NULL, NULL, seqbuf, 1) || in chachapoly_crypt() 156 if (!EVP_CipherInit(ctx->header_evp, NULL, NULL, seqbuf, 0)) in chachapoly_get_length()
|
| H A D | cipher.c | 285 if (EVP_CipherInit(cc->evp, type, NULL, (u_char *)iv, in cipher_init() 303 if (EVP_CipherInit(cc->evp, NULL, (u_char *)key, NULL, -1) == 0) { in cipher_init()
|
| /freebsd/crypto/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)",
|
| /freebsd/contrib/libfido2/src/ |
| H A D | aes256.c | 38 if (EVP_CipherInit(ctx, cipher, key->ptr, iv, encrypt) == 0 || in aes256_cbc() 150 if (EVP_CipherInit(ctx, cipher, key->ptr, nonce->ptr, encrypt) == 0) { in aes256_gcm()
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | wrapped.sym | 40 EVP_CipherInit
|
| H A D | wrap.c | 113 EVP_CipherInit,
|
| /freebsd/crypto/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>
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_f_cipher.pod | 25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
|
| H A D | EVP_EncryptInit.pod | 32 EVP_CipherInit, 159 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 462 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls. 464 =item EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() 569 B<EVP_CipherInit>. 626 B<EVP_CipherInit>. 714 the key is set. For example EVP_CipherInit() will be called with the IV and 716 EVP_CipherInit() again with all parameters except the key set to NULL. It is 1697 EVP_CipherInit(), EVP_CipherInit_ex() and EVP_CipherFinal() are obsolete 1704 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(),
|
| /freebsd/crypto/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()
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | evp_skey.md | 43 substantial list in the manual for EVP_CipherInit(), and they are suitable for
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_enc.c | 641 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function 812 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit() 832 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
|
| /freebsd/contrib/libfido2/tools/ |
| H A D | largeblob.c | 386 EVP_CipherInit(ctx, cipher, fido_cred_largeblob_key_ptr(cred), in decode()
|
| /freebsd/contrib/tcpdump/ |
| H A D | configure.in | 950 # You Can't Do That with EVP_CipherInit(), 951 # because a call to EVP_CipherInit() will
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 804 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1454 EVP_CipherInit;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2039 MLINKS+= EVP_EncryptInit.3 EVP_CipherInit.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 1105 EVP_CipherInit 1133 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 18254 By shifting this to the top level EVP_CipherInit() it can be removed from
|