Searched refs:base64 (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dbase64.c26 #include <ipxe/base64.h>
34 static const char base64[64] = variable
63 *(encoded_bytes++) = base64[tmp];
126 match = strchr ( base64, encoded_byte );
132 decoded = ( match - base64 );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DTestTools.py18 import base64 namespace
87 print description, '(base64 encoded):'
88 b64data = base64.b64encode(data)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c139 PRInt64 base64; local
180 LL_I2L(base64, base);
193 LL_MUL(x, x, base64);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c128 xmlSchemaValBase64 base64; member in union:_xmlSchemaVal::__anon17129
1049 if (value->value.base64.str != NULL)
1050 xmlFree(value->value.base64.str);
1465 * Converts a base64 encoded character to its base 64 value.
2990 * software. In base64 data, characters other than those in
3030 * base64 input is an integral number of octets, only the
3087 xmlSchemaTypeErrMemory(node, "allocating base64 data");
3091 v->value.base64.str = base;
3098 v->value.base64.total = total;
3701 if (val->value.base64
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dvalidator.c45 #include <ipxe/base64.h>
/vbox/src/VBox/Runtime/common/crypto/
H A Dpemfile.cpp34 #include <iprt/base64.h>
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBase64.cpp30 #include <iprt/base64.h>
/vbox/src/VBox/Main/src-client/
H A DNvram.cpp36 #include <iprt/base64.h>
H A DConsoleImpl2.cpp49 #include <iprt/base64.h>
H A DConsoleImpl.cpp94 #include <iprt/base64.h>
4776 tr("The base64 encoding of the passed key is incorrect"));
/vbox/src/VBox/Runtime/common/string/
H A Dbase64.cpp31 #include <iprt/base64.h>
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c45 #include <ipxe/base64.h>
H A Discsi.c41 #include <ipxe/base64.h>
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp37 #include <iprt/base64.h>
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp49 #include <iprt/base64.h>
1408 /** Code to handle string <-> byte arrays base64 conversion. */
/vbox/src/VBox/Storage/
H A DDMG.cpp30 #include <iprt/base64.h>
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp19 #include <iprt/base64.h>
2097 * @param aCiphertext resulting ciphertext (base64-encoded)
2121 * @param aCiphertext ciphertext (base64-encoded) to decrypt
H A DMediumImpl.cpp39 #include <iprt/base64.h>
H A DMachineImpl.cpp70 #include <iprt/base64.h>
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 276 milliseconds