Searched defs:enclen (Results 1 – 2 of 2) sorted by relevance
64 size_t enclen = datalen + CHACHA20POLY1305_AUTHTAG_SIZE; in big_key_preparse() local239 size_t enclen = datalen + CHACHA20POLY1305_AUTHTAG_SIZE; in big_key_read() local
883 static int decode_encrypted_symlink(const char *encsym, int enclen, u8 **decsym) in decode_encrypted_symlink()