HomeSort by relevance Sort by last modified time
    Searched refs:cipher_cleanup (Results 1 - 4 of 4) sorted by null

  /external/openssh/
cipher.h 80 void cipher_cleanup(CipherContext *);
cipher.c 288 cipher_cleanup(CipherContext *cc) function
291 error("cipher_cleanup: EVP_CIPHER_CTX_cleanup failed");
packet.c 496 cipher_cleanup(&active_state->send_context);
497 cipher_cleanup(&active_state->receive_context);
757 cipher_cleanup(cc);
    [all...]
authfile.c 154 cipher_cleanup(&ciphercontext);
478 cipher_cleanup(&ciphercontext);

Completed in 73 milliseconds