Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dcipher.h58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
H A Dcipher.c248 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
H A Dsshkey-xmss.c958 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state()
1051 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
H A Dpacket.c314 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
316 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection()
916 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
H A Dssh_namespace.h199 #define cipher_init Fssh_cipher_init macro
H A Dsshkey.c2026 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_shield_private()
2137 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_unshield_private()
3937 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2()
4181 (r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_decrypt()
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c149 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function
313 return cipher_init(to_ctx, cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
380 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()