Searched refs:cipher_init (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | cipher.h | 58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
|
| H A D | cipher.c | 248 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
|
| H A D | sshkey-xmss.c | 958 (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 D | packet.c | 314 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 D | ssh_namespace.h | 199 #define cipher_init Fssh_cipher_init macro
|
| H A D | sshkey.c | 2026 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 D | eng_devcrypto.c | 149 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()
|