Home
last modified time | relevance | path

Searched refs:BASE64 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postmap/
H A Dfile_test.ref8 postmap: warning: table hash:file_test_map.db: key entry-4: malformed BASE64 value: postmap-entry-4
13 postmap: warning: table hash:file_test_map.db: key entry-4: malformed BASE64 value: postmap-entry-4
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dprsa_par.y152 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
156 %type <chr> ADDR4 ADDR6 BASE64
220 | TAG_PUB BASE64
H A Dprsa_tok.l71 return BASE64;
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2849.txt129 base64-distinguishedName = BASE64-UTF8-STRING
137 base64-rdn = BASE64-UTF8-STRING
153 ":" FILL (BASE64-STRING) /
260 BASE64-UTF8-STRING = BASE64-STRING
264 BASE64-CHAR = %x2B / %x2F / %x30-39 / %x3D / %x41-5A /
269 BASE64-STRING = [*(BASE64-CHAR)]
362 defined in BASE64-CHAR, and are ignored. LDIF does not permit
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Duuencode28 # GRR: handle BASE64
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/
H A DPubKeyAccessAuthScheme.txt178 signature = BASE64( D^M( authorization ))
366 server-signature = BASE64( DIGEST( raw-server-signature ) )
369 encoded-challenge = BASE64( raw-challenge )
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c284 BASE64, enumerator
1048 dearmour->state = BASE64; in base64()
1206 case BASE64: in armoured_data_reader()
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvsclient.texi271 Authentication (as described in RFC2068) uses BASE64 for a similar
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES9630 *) Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
9634 BASE64-decoding BIO. Bug fund and patch submitted by Pavel Tsekov