Skip to content
Snippets Groups Projects
Select Git revision
  • 0b2b1fb8c737fb8a4d82ca2f452842a0731d5a68
  • master default
  • chacha-poly1305-test
  • rsa-crt-hardening
  • chacha96
  • fat-library
  • versioned-symbols
  • curve25519
  • dsa-reorg
  • aead-api
  • set_key-changes
  • poly1305
  • aes-reorg
  • nettle-2.7-fixes
  • size_t-changes
  • ecc-support
  • experimental-20050201
  • lsh-1.4.2
  • nettle_3.1.1_release_20150424
  • nettle_3.1_release_20150407
  • nettle_3.1rc3
  • nettle_3.1rc2
  • nettle_3.1rc1
  • nettle_3.0_release_20140607
  • nettle_2.7.1_release_20130528
  • nettle_2.7_release_20130424
  • nettle_2.6_release_20130116
  • nettle_2.5_release_20120707
  • converted-master-branch-to-git
  • nettle_2.4_release_20110903
  • nettle_2.3_release_20110902
  • nettle_2.2_release_20110711
  • nettle_2.1_release_20100725
  • camellia_32bit_20100720
  • nettle_2.0_release_20090608
  • nettle_1.15_release_20061128
  • after_experimental_merge_20060516
  • head_before_experimental_merge_20060516
38 results

base64.h

Blame
  • Forked from Nettle / nettle
    3055 commits behind the upstream repository.
    • Niels Möller's avatar
      82cb285e
      Added C++ guards. · 82cb285e
      Niels Möller authored
      Rev: src/nettle/aes.h:1.8
      Rev: src/nettle/arcfour.h:1.6
      Rev: src/nettle/arctwo.h:1.3
      Rev: src/nettle/asn1.h:1.3
      Rev: src/nettle/base16.h:1.4
      Rev: src/nettle/base64.h:1.15
      Rev: src/nettle/bignum.h:1.11
      Rev: src/nettle/blowfish.h:1.10
      Rev: src/nettle/buffer.h:1.6
      Rev: src/nettle/cast128.h:1.6
      Rev: src/nettle/cbc.h:1.9
      Rev: src/nettle/ctr.h:1.3
      Rev: src/nettle/des-compat.h:1.13
      Rev: src/nettle/des.h:1.11
      Rev: src/nettle/dsa.h:1.10
      Rev: src/nettle/hmac.h:1.6
      Rev: src/nettle/knuth-lfib.h:1.4
      Rev: src/nettle/md2.h:1.4
      Rev: src/nettle/md4.h:1.4
      Rev: src/nettle/md5-compat.h:1.3
      Rev: src/nettle/md5.h:1.9
      Rev: src/nettle/memxor.h:1.5
      Rev: src/nettle/nettle-meta.h:1.15
      Rev: src/nettle/nettle-types.h:1.2
      Rev: src/nettle/pgp.h:1.8
      Rev: src/nettle/pkcs1.h:1.4
      Rev: src/nettle/realloc.h:1.3
      Rev: src/nettle/rsa-compat.h:1.4
      Rev: src/nettle/rsa.h:1.26
      Rev: src/nettle/serpent.h:1.8
      Rev: src/nettle/sexp.h:1.18
      Rev: src/nettle/sha.h:1.7
      Rev: src/nettle/testsuite/testutils.h:1.24
      Rev: src/nettle/twofish.h:1.7
      Rev: src/nettle/yarrow.h:1.12
      82cb285e
      History
      Added C++ guards.
      Niels Möller authored
      Rev: src/nettle/aes.h:1.8
      Rev: src/nettle/arcfour.h:1.6
      Rev: src/nettle/arctwo.h:1.3
      Rev: src/nettle/asn1.h:1.3
      Rev: src/nettle/base16.h:1.4
      Rev: src/nettle/base64.h:1.15
      Rev: src/nettle/bignum.h:1.11
      Rev: src/nettle/blowfish.h:1.10
      Rev: src/nettle/buffer.h:1.6
      Rev: src/nettle/cast128.h:1.6
      Rev: src/nettle/cbc.h:1.9
      Rev: src/nettle/ctr.h:1.3
      Rev: src/nettle/des-compat.h:1.13
      Rev: src/nettle/des.h:1.11
      Rev: src/nettle/dsa.h:1.10
      Rev: src/nettle/hmac.h:1.6
      Rev: src/nettle/knuth-lfib.h:1.4
      Rev: src/nettle/md2.h:1.4
      Rev: src/nettle/md4.h:1.4
      Rev: src/nettle/md5-compat.h:1.3
      Rev: src/nettle/md5.h:1.9
      Rev: src/nettle/memxor.h:1.5
      Rev: src/nettle/nettle-meta.h:1.15
      Rev: src/nettle/nettle-types.h:1.2
      Rev: src/nettle/pgp.h:1.8
      Rev: src/nettle/pkcs1.h:1.4
      Rev: src/nettle/realloc.h:1.3
      Rev: src/nettle/rsa-compat.h:1.4
      Rev: src/nettle/rsa.h:1.26
      Rev: src/nettle/serpent.h:1.8
      Rev: src/nettle/sexp.h:1.18
      Rev: src/nettle/sha.h:1.7
      Rev: src/nettle/testsuite/testutils.h:1.24
      Rev: src/nettle/twofish.h:1.7
      Rev: src/nettle/yarrow.h:1.12
    base64.h 4.64 KiB
    /* base64.h
     *
     * "ASCII armor" codecs.
     */
    
    /* nettle, low-level cryptographics library
     *
     * Copyright (C) 2002 Niels Mller, Dan Egnor
     *  
     * The nettle library is free software; you can redistribute it and/or modify
     * it under the terms of the GNU Lesser General Public License as published by
     * the Free Software Foundation; either version 2.1 of the License, or (at your
     * option) any later version.
     * 
     * The nettle library is distributed in the hope that it will be useful, but
     * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
     * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
     * License for more details.
     * 
     * You should have received a copy of the GNU Lesser General Public License
     * along with the nettle library; see the file COPYING.LIB.  If not, write to
     * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
     * MA 02111-1307, USA.
     */
     
    #ifndef NETTLE_BASE64_H_INCLUDED
    #define NETTLE_BASE64_H_INCLUDED
    
    #include "nettle-types.h"
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    /* Name mangling */
    #define base64_encode_init nettle_base64_encode_init
    #define base64_encode_single nettle_base64_encode_single
    #define base64_encode_update nettle_base64_encode_update
    #define base64_encode_final nettle_base64_encode_final
    #define base64_encode_raw nettle_base64_encode_raw
    #define base64_encode_group nettle_base64_encode_group
    #define base64_decode_init nettle_base64_decode_init
    #define base64_decode_single nettle_base64_decode_single
    #define base64_decode_update nettle_base64_decode_update
    #define base64_decode_final nettle_base64_decode_final
    
    #define BASE64_BINARY_BLOCK_SIZE 3
    #define BASE64_TEXT_BLOCK_SIZE 4
    
    /* Base64 encoding */
    
    /* Maximum length of output for base64_encode_update. NOTE: Doesn't
     * include any padding that base64_encode_final may add. */
    /* We have at most 4 buffered bits, and a total of (4 + length * 8) bits. */
    #define BASE64_ENCODE_LENGTH(length) (((length) * 8 + 4)/6)
    
    /* Maximum lengbth of output generated by base64_encode_final. */
    #define BASE64_ENCODE_FINAL_LENGTH 3
    
    /* Exact length of output generated by base64_encode_raw, including
     * padding. */
    #define BASE64_ENCODE_RAW_LENGTH(length) ((((length) + 2)/3)*4)
    
    struct base64_encode_ctx
    {
      unsigned word;   /* Leftover bits */
      unsigned bits;  /* Number of bits, always 0, 2, or 4. */
    };
    
    void
    base64_encode_init(struct base64_encode_ctx *ctx);
    
    /* Encodes a single byte. Returns amount of output (always 1 or 2). */
    unsigned
    base64_encode_single(struct base64_encode_ctx *ctx,
    		     uint8_t *dst,
    		     uint8_t src);
    
    /* Returns the number of output characters. DST should point to an
     * area of size at least BASE64_ENCODE_LENGTH(length). */
    unsigned
    base64_encode_update(struct base64_encode_ctx *ctx,
    		     uint8_t *dst,
    		     unsigned length,
    		     const uint8_t *src);
    
    /* DST should point to an area of size at least
     * BASE64_ENCODE_FINAL_LENGTH */
    unsigned
    base64_encode_final(struct base64_encode_ctx *ctx,
    		    uint8_t *dst);
    
    /* Lower level functions */
    
    /* Encodes a string in one go, including any padding at the end.
     * Generates exactly BASE64_ENCODE_RAW_LENGTH(length) bytes of output.
     * Supports overlapped operation, if src <= dst. */
    void
    base64_encode_raw(uint8_t *dst, unsigned length, const uint8_t *src);
    
    void
    base64_encode_group(uint8_t *dst, uint32_t group);
    
    
    /* Base64 decoding */
    
    /* Maximum length of output for base64_decode_update. */
    /* We have at most 6 buffered bits, and a total of (length + 1) * 6 bits. */
    #define BASE64_DECODE_LENGTH(length) ((((length) + 1) * 6) / 8)
    
    struct base64_decode_ctx
    {
      unsigned word;   /* Leftover bits */
      unsigned bits;   /* Number buffered bits */
    
      /* Number of padding characters encountered */
      unsigned padding;
    };
    
    void
    base64_decode_init(struct base64_decode_ctx *ctx);
    
    /* Decodes a single byte. Returns amount of output (0 or 1), or -1 on
     * errors. */
    int
    base64_decode_single(struct base64_decode_ctx *ctx,
    		     uint8_t *dst,
    		     uint8_t src);
    
    /* Returns 1 on success, 0 on error. DST should point to an area of
     * size at least BASE64_DECODE_LENGTH(length), and for sanity
     * checking, *DST_LENGTH should be initialized to the size of that
     * area before the call. *DST_LENGTH is updated to the amount of
     * decoded output. */
    
    /* FIXME: Currently results in an assertion failure if *DST_LENGTH is
     * too small. Return some error instead? */
    int
    base64_decode_update(struct base64_decode_ctx *ctx,
    		     unsigned *dst_length,
    		     uint8_t *dst,
    		     unsigned src_length,
    		     const uint8_t *src);
    
    /* Returns 1 on success. */
    int
    base64_decode_final(struct base64_decode_ctx *ctx);
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif /* NETTLE_BASE64_H_INCLUDED */