| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| krb5kdf.c | 346 static int cipher_init(EVP_CIPHER_CTX *ctx, function 413 ret = cipher_init(ctx, cipher, engine, key, key_len); 463 ret = cipher_init(ctx, cipher, engine, key, key_len);
|
| /src/crypto/external/bsd/openssh/dist/ |
| cipher.c | 268 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, function
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
| krb5kdf.c | 326 static int cipher_init(EVP_CIPHER_CTX *ctx, function 391 ret = cipher_init(ctx, cipher, engine, key, key_len); 435 ret = cipher_init(ctx, cipher, engine, key, key_len);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/ |
| drbg_ctr.c | 720 int i, cipher_init = 0; local 726 cipher_init = 1; 796 cipher_init = 1; 800 if (cipher_init && !drbg_ctr_init(ctx))
|
| /src/crypto/external/bsd/openssl/dist/providers/fips/ |
| self_test_kats.c | 56 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function 105 if (!cipher_init(ctx, cipher, t, encrypt) 129 if (!(cipher_init(ctx, cipher, t, !encrypt)
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| drbg_ctr.c | 669 int i, cipher_init = 0; local 675 cipher_init = 1; 711 cipher_init = 1; 714 if (cipher_init && !drbg_ctr_init(ctx))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_devcrypto.c | 149 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, function 313 return cipher_init(to_ctx, cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), 380 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init)
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| self_test_kats.c | 66 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function 116 if (!cipher_init(ctx, cipher, t, encrypt) 141 if (!(cipher_init(ctx, cipher, t, !encrypt)
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_devcrypto.c | 206 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, function 372 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), 482 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init)
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_devcrypto.c | 204 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, function 378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), 489 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init)
|