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

  /external/openssh/
cipher.h 58 #define CIPHER_ENCRYPT 1
cipher.c 248 (do_encrypt == CIPHER_ENCRYPT));
251 (do_encrypt == CIPHER_ENCRYPT)) == 0)
282 fatal("cipher_encrypt: bad plaintext length %d", len);
packet.c 227 0, NULL, 0, CIPHER_ENCRYPT);
561 0, CIPHER_ENCRYPT);
746 crypt_type = CIPHER_ENCRYPT;
    [all...]
authfile.c 151 CIPHER_ENCRYPT);

Completed in 33 milliseconds