Lines Matching defs:pad
33 * alphabet is used and no padding '=' characters are added. Instead we pad to
49 const unsigned char *pad = (const unsigned char *)"00";
87 && EVP_DecodeUpdate(ctx, a, &outl, pad, padsize) < 0) {
109 * (6 bits pad)(2 bits pad | 4 bits data)(6 bits data)(6 bits data)
114 * (6 bits pad)(6 bits pad)(4 bits pad | 2 bits data)(6 bits data)
137 unsigned char pad[2] = {0, 0};
148 * We pad at the front with zero bytes until the length is a multiple of 3
154 && !EVP_EncodeUpdate(ctx, (unsigned char *)dst, &outl, pad,