Home
last modified time | relevance | path

Searched refs:cipher_init (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dcipher.h55 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
H A Dcipher.c236 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
H A Dsshkey-xmss.c901 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state()
993 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
H A Dpacket.c304 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
306 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection()
883 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
H A Dssh_namespace.h174 #define cipher_init Fssh_cipher_init macro
H A Dsshkey.c3409 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2()
3642 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_parse_private2()
/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c147 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function
311 return cipher_init(to_ctx, cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
378 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()