Searched refs:cipher_init (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | cipher.h | 58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
|
D | cipher.c | 250 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
|
D | sshkey-xmss.c | 957 (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()
|
D | packet.c | 311 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()
|
D | sshkey.c | 2024 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/ |
D | crypto_kernel.txt | 38 cipher_init(cipher_t *cipher, const uint8_t *key);
|