token64.c File Reference


Detailed Description

Token encoding.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>
Date:
Created: Wed Apr 3 10:45:47 2002 ppessi

#include "config.h"
#include <stddef.h>
#include <assert.h>
#include "sofia-sip/token64.h"

Include dependency graph for token64.c:


Functions

isize_t token64_e (char b[], isize_t bsiz, void const *data, isize_t dlen)
 Encode data as an http token.

Function Documentation

isize_t token64_e ( char  b[],
isize_t  bsiz,
void const *  data,
isize_t  dlen 
)

Encode data as an http token.

Note:
A token is case-independent, so this is really not a good idea. Use msg_random_token() instead.


Sofia-SIP 1.12.6 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.