EVP_CipherInit_ex 2118 source4/heimdal/lib/hx509/crypto.c     ret = EVP_CipherInit_ex(&evp, crypto->c, NULL,
EVP_CipherInit_ex 2203 source4/heimdal/lib/hx509/crypto.c     ret = EVP_CipherInit_ex(&evp, crypto->c, NULL,
EVP_CipherInit_ex  112 source4/heimdal/lib/hx509/ks_file.c 	EVP_CipherInit_ex(&ctx, c, NULL, key, ivdata, 0);
EVP_CipherInit_ex  708 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&key->ectx, c, NULL, kd->key->keyvalue.data, NULL, 1);
EVP_CipherInit_ex  709 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&key->dctx, c, NULL, kd->key->keyvalue.data, NULL, 0);
EVP_CipherInit_ex 1256 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&ctx->ectx, NULL, NULL, NULL, (void *)&ivec, -1);
EVP_CipherInit_ex 1284 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&ctx->dctx, NULL, NULL, NULL, (void *)&ivec, -1);
EVP_CipherInit_ex 2034 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(c, NULL, NULL, NULL, loiv, -1);
EVP_CipherInit_ex 2037 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1);
EVP_CipherInit_ex 2057 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
EVP_CipherInit_ex 2076 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
EVP_CipherInit_ex 2353 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(&ctx, c, NULL, derived->keyvalue.data, NULL, 1);