Home
last modified time | relevance | path

Searched refs:token_decode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dma/
H A Dbase64.c94 token_decode(const char *token) in token_decode() function
123 unsigned int val = token_decode(p); in base64_decode()
/freebsd/crypto/heimdal/lib/roken/
H A Dbase64.c102 token_decode(const char *token) in token_decode() function
131 unsigned int val = token_decode(p); in base64_decode()
/freebsd/crypto/krb5/src/plugins/preauth/otp/
H A Dotp_state.c405 token_decode(krb5_context ctx, krb5_const_principal princ, in token_decode() function
538 retval = token_decode(ctx, princ, types, obj, &tokens[i]); in tokens_decode()