Searched refs:cipher_init (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dcipher.h58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
H A Dcipher.c246 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, function
H A Dsshkey-xmss.c958 (r = cipher_init(&ciphercontext, cipher, key, keylen,
1051 (r = cipher_init(&ciphercontext, cipher, key, keylen,
H A Dpacket.c313 if ((r = cipher_init(&state->send_context, none,
315 (r = cipher_init(&state->receive_context, none,
317 error_fr(r, "cipher_init failed");
912 DBG(debug_f("cipher_init: %s", dir));
915 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len,
H A Dssh_namespace.h209 #define cipher_init Fssh_cipher_init macro
H A Dsshkey.c1574 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
1709 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
2803 if ((r = cipher_init(&ciphercontext, cipher, key, keylen,
3045 (r = cipher_init(&ciphercontext, cipher, key, keylen,
/freebsd-current/crypto/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c326 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);
/freebsd-current/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c668 int i, cipher_init = 0; local
674 cipher_init = 1;
710 cipher_init = 1;
713 if (cipher_init && !drbg_ctr_init(ctx))
/freebsd-current/crypto/openssl/engines/
H A De_devcrypto.c204 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)
/freebsd-current/crypto/openssl/providers/fips/
H A Dself_test_kats.c56 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)

Completed in 228 milliseconds