Symbol: cipher_init
crypto/openssh/cipher.h
58
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
crypto/openssh/packet.c
1006
if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len,
crypto/openssh/packet.c
312
if ((r = cipher_init(&state->send_context, none,
crypto/openssh/packet.c
314
(r = cipher_init(&state->receive_context, none,
crypto/openssh/sshkey-xmss.c
1051
(r = cipher_init(&ciphercontext, cipher, key, keylen,
crypto/openssh/sshkey-xmss.c
958
(r = cipher_init(&ciphercontext, cipher, key, keylen,
crypto/openssh/sshkey.c
1679
if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
crypto/openssh/sshkey.c
1814
if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
crypto/openssh/sshkey.c
2895
if ((r = cipher_init(&ciphercontext, cipher, key, keylen,
crypto/openssh/sshkey.c
3137
(r = cipher_init(&ciphercontext, cipher, key, keylen,
crypto/openssl/engines/e_devcrypto.c
372
return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx),
crypto/openssl/engines/e_devcrypto.c
482
|| !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init)
crypto/openssl/providers/fips/self_test_kats.c
116
if (!cipher_init(ctx, cipher, t, encrypt)
crypto/openssl/providers/fips/self_test_kats.c
141
if (!(cipher_init(ctx, cipher, t, !encrypt)
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
413
ret = cipher_init(ctx, cipher, engine, key, key_len);
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
463
ret = cipher_init(ctx, cipher, engine, key, key_len);
crypto/openssl/providers/implementations/rands/drbg_ctr.c
720
int i, cipher_init = 0;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
726
cipher_init = 1;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
796
cipher_init = 1;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
800
if (cipher_init && !drbg_ctr_init(ctx))