Searched refs:EVP_CIPHER_CTX_new (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c238 rc4_key = EVP_CIPHER_CTX_new();
319 rc4_key = EVP_CIPHER_CTX_new();
476 rc4_key = EVP_CIPHER_CTX_new();
500 rc4_key = EVP_CIPHER_CTX_new();
605 rc4_key = EVP_CIPHER_CTX_new();
657 rc4_key = EVP_CIPHER_CTX_new();
H A Dunwrap.c107 des_ctx = EVP_CIPHER_CTX_new();
151 des_ctx = EVP_CIPHER_CTX_new();
H A Dget_mic.c99 des_ctx = EVP_CIPHER_CTX_new();
H A Dverify_mic.c99 des_ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c30 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c129 ctx = EVP_CIPHER_CTX_new(); /* ivec all zero */
H A Dcrypto-arcfour.c179 ctx = EVP_CIPHER_CTX_new();
239 ctx = EVP_CIPHER_CTX_new();
H A Dcrypto-evp.c44 key->ectx = EVP_CIPHER_CTX_new();
45 key->dctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Ddrbg_ctr.c438 ctr->ctx_ecb = EVP_CIPHER_CTX_new();
440 ctr->ctx_ctr = EVP_CIPHER_CTX_new();
462 ctr->ctx_df = EVP_CIPHER_CTX_new();
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_crypto.c160 ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dp5_pbev2.c74 ctx = EVP_CIPHER_CTX_new();
H A Dp5_scrypt.c89 ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_pwri.c82 ctx = EVP_CIPHER_CTX_new();
320 kekctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c129 EVP_CIPHER_CTX_new(void) function
223 ctx = EVP_CIPHER_CTX_new();
793 ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c156 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void) function
640 block->cipherCtx = EVP_CIPHER_CTX_new();
826 block->cipherCtx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c73 ctx->cipher = EVP_CIPHER_CTX_new();
375 dctx->cipher = EVP_CIPHER_CTX_new();
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c192 ctx = EVP_CIPHER_CTX_new();
225 ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c54 ctx->cctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_enc.c122 } else if ((s->enc_read_ctx = EVP_CIPHER_CTX_new()) == NULL) {
159 } else if ((s->enc_write_ctx = EVP_CIPHER_CTX_new()) == NULL) {
/freebsd-13-stable/sbin/decryptcore/
H A Ddecryptcore.c198 ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptocheck.c665 ctx = EVP_CIPHER_CTX_new();
1033 ctx = EVP_CIPHER_CTX_new();
1143 ctx = EVP_CIPHER_CTX_new();
1188 ctx = EVP_CIPHER_CTX_new();
1231 ctx = EVP_CIPHER_CTX_new();
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c229 ctx = EVP_CIPHER_CTX_new();
329 ctx = EVP_CIPHER_CTX_new();
386 ctx = EVP_CIPHER_CTX_new();
475 ctx = EVP_CIPHER_CTX_new();
502 ctx = EVP_CIPHER_CTX_new();
691 if (!(ctx->enc = EVP_CIPHER_CTX_new()) ||
702 if (!(ctx->dec = EVP_CIPHER_CTX_new()) ||
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c390 if ((ctx->ctx = EVP_CIPHER_CTX_new()) == NULL)
/freebsd-13-stable/crypto/openssh/
H A Dcipher.c280 if ((cc->evp = EVP_CIPHER_CTX_new()) == NULL) {
/freebsd-13-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c384 if ((ctx = EVP_CIPHER_CTX_new()) == NULL
446 ctx = EVP_CIPHER_CTX_new();

Completed in 181 milliseconds

12