Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
Dcipher.c250 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
Dsshkey-xmss.c957 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state()
1050 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
Dpacket.c311 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
313 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection()
921 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
Dsshkey.c2024 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_shield_private()
2135 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_unshield_private()
3883 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2()
4127 (r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_decrypt()
/external/libsrtp2/doc/
Dcrypto_kernel.txt38 cipher_init(cipher_t *cipher, const uint8_t *key);