HomeSort by: relevance | last modified time | path
    Searched refs:EVP_CipherInit (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher-chachapoly-libcrypto.c 49 if (!EVP_CipherInit(ctx->main_evp, EVP_chacha20(), key, NULL, 1))
51 if (!EVP_CipherInit(ctx->header_evp, EVP_chacha20(), key + 32, NULL, 1))
95 if (!EVP_CipherInit(ctx->main_evp, NULL, NULL, seqbuf, 1) ||
115 if (!EVP_CipherInit(ctx->header_evp, NULL, NULL, seqbuf, 1) ||
124 if (!EVP_CipherInit(ctx->main_evp, NULL, NULL, seqbuf, 1) ||
154 if (!EVP_CipherInit(ctx->header_evp, NULL, NULL, seqbuf, 0))
cipher.c 316 if (EVP_CipherInit(cc->evp, type, NULL, (const u_char *)iv,
334 /* in OpenSSL 1.1.0, EVP_CipherInit clears all previous setups;
  /src/external/bsd/libfido2/dist/src/
aes256.c 38 if (EVP_CipherInit(ctx, cipher, key->ptr, iv, encrypt) == 0 ||
150 if (EVP_CipherInit(ctx, cipher, key->ptr, nonce->ptr, encrypt) == 0) {
151 fido_log_debug("%s: EVP_CipherInit", __func__);
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
evp_enc.c 52 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
238 return EVP_CipherInit(ctx, cipher, key, iv, 1);
251 return EVP_CipherInit(ctx, cipher, key, iv, 0);
  /src/crypto/external/apache2/openssl/dist/test/
fake_pipelineprov.c 93 if (!EVP_CipherInit(ctx->cipher_ctxs[i], ctx->cipher, key, iv[i], enc))
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_enc.c 441 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
484 return EVP_CipherInit(ctx, cipher, key, iv, 1);
504 return EVP_CipherInit(ctx, cipher, key, iv, 0);
  /src/external/bsd/libfido2/dist/fuzz/
wrap.c 113 EVP_CipherInit,
  /src/crypto/dist/ipsec-tools/src/racoon/
crypto_openssl.c 1122 if (!EVP_CipherInit(ctx, e, NULL, NULL, enc))
1132 if (!EVP_CipherInit(ctx, NULL, (u_char *)key->v,
1137 if (!EVP_CipherInit(ctx, e, (u_char *) key->v,
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_enc.c 641 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
812 return EVP_CipherInit(ctx, cipher, key, iv, 1);
832 return EVP_CipherInit(ctx, cipher, key, iv, 0);
  /src/external/bsd/libfido2/dist/tools/
largeblob.c 386 EVP_CipherInit(ctx, cipher, fido_cred_largeblob_key_ptr(cred),
  /src/external/bsd/ppp/dist/pppd/
ppp-des.c 69 if (EVP_CipherInit(cc, EVP_des_ecb(), ctx->key, ctx->iv, ctx->is_encr)) {
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 606 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 785 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 804 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,

Completed in 61 milliseconds