/aoo4110/main/sal/workben/ |
H A D | t_digest.c | 169 unsigned char md[80]; in main() local 179 rtl_digest_MD2 (*P, strlen(*P), md, sizeof(md)); in main() 181 p=pt (md, RTL_DIGEST_LENGTH_MD2); in main() 200 rtl_digest_MD5 (*P, strlen(*P), md, sizeof(md)); in main() 221 rtl_digest_SHA (*P, strlen(*P), md, sizeof(md)); in main() 244 rtl_digest_getSHA (Digest, md, sizeof(md)); in main() 247 p=pt (md, RTL_DIGEST_LENGTH_SHA); in main() 262 rtl_digest_SHA1 (*P, strlen(*P), md, sizeof(md)); in main() 285 rtl_digest_getSHA1 (Digest, md, sizeof(md)); in main() 308 rtl_digest_getHMAC_MD5 (Digest, md, sizeof(md)); in main() [all …]
|
H A D | t_random.c | 29 static char *pt (unsigned char *md, int length) in pt() argument 35 sprintf(&(buf[i*2]),"%02x",md[i]); in pt()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | math.hxx | 356 sal_math_Double md; in setInf() member 358 md.w32_parts.msw = bNegative ? 0xFFF00000 : 0x7FF00000; in setInf() 359 md.w32_parts.lsw = 0; in setInf() 370 sal_math_Double md; in setNan() member 372 md.w32_parts.msw = 0x7FFFFFFF; in setNan() 373 md.w32_parts.lsw = 0xFFFFFFFF; in setNan()
|
/aoo4110/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 256 IMethodDescription md = description.getMethodDescription( in test() local 259 md != null); in test() 262 i + methodOffset, md); in test() 265 IMethodDescription md = description.getMethodDescription( in test() local 268 md != null); in test() 271 i + methodOffset, md); in test()
|
/aoo4110/main/MathMLDTD/prj/ |
H A D | build.lst | 1 md MathMLDTD : solenv NULL 2 md MathMLDTD usr1 - all md_mkout NULL 3 md MathMLDTD\prj get - all md_prj NULL
|
/aoo4110/main/tools/source/generic/ |
H A D | poly.cxx | 1486 long md = rPoint.X() - lx; in EdgeSection() local 1495 if ( !md ) in EdgeSection() 1498 nNewX = (dy * md) / mn + lx; in EdgeSection() 1502 ady *= md; in EdgeSection() 1530 if( md < 0 ) in EdgeSection() 1531 adx += md/2; in EdgeSection() 1533 adx -= (md-1)/2; in EdgeSection() 1535 if( md < 0 ) in EdgeSection() 1536 adx -= (md+1)/2; in EdgeSection() 1538 adx += md/2; in EdgeSection() [all …]
|
/aoo4110/main/sfx2/source/doc/ |
H A D | DocumentMetadataAccess.cxx | 1308 ::comphelper::MediaDescriptor md(i_rMedium); in loadMetadataFromMedium() 1310 md[ ::comphelper::MediaDescriptor::PROP_URL() ] >>= URL; in loadMetadataFromMedium() 1312 md[ ::comphelper::MediaDescriptor::PROP_DOCUMENTBASEURL() ] >>= BaseURL; in loadMetadataFromMedium() 1313 if (md.addInputStream()) { in loadMetadataFromMedium() 1314 md[ ::comphelper::MediaDescriptor::PROP_INPUTSTREAM() ] >>= xIn; in loadMetadataFromMedium() 1359 md[ ::comphelper::MediaDescriptor::PROP_INTERACTIONHANDLER() ] >>= xIH; in loadMetadataFromMedium() 1369 ::comphelper::MediaDescriptor md(i_rMedium); in storeMetadataToMedium() 1371 md[ ::comphelper::MediaDescriptor::PROP_URL() ] >>= URL; in storeMetadataToMedium() 1398 = md.find(::comphelper::MediaDescriptor::PROP_MEDIATYPE()); in storeMetadataToMedium() 1399 if (iter != md.end()) { in storeMetadataToMedium()
|
H A D | SfxDocumentMetaData.cxx | 2045 ::comphelper::MediaDescriptor md(Medium); in loadFromMedium() 2048 md[ ::comphelper::MediaDescriptor::PROP_URL() ] <<= URL; in loadFromMedium() 2050 if (sal_True == md.addInputStream()) { in loadFromMedium() 2051 md[ ::comphelper::MediaDescriptor::PROP_INPUTSTREAM() ] >>= xIn; in loadFromMedium() 2080 loadFromStorage(xStorage, md.getAsConstPropertyValueList()); in loadFromMedium() 2089 ::comphelper::MediaDescriptor md(Medium); in storeToMedium() 2091 md[ ::comphelper::MediaDescriptor::PROP_URL() ] <<= URL; in storeToMedium() 2093 SfxMedium aMedium(md.getAsConstPropertyValueList()); in storeToMedium() 2105 = md.find(::comphelper::MediaDescriptor::PROP_MEDIATYPE()); in storeToMedium() 2106 if (iter != md.end()) { in storeToMedium() [all …]
|
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | Job.java | 97 IMethodDescription md = _iMessage.getMethod(); in execute() local 102 result = md.getIndex() == MethodDescription.ID_QUERY_INTERFACE in execute() 104 : md.getMethod().invoke(_object, args); in execute()
|
/aoo4110/ext_libraries/serf/ |
H A D | NULbytes.patch | 247 unsigned char md[EVP_MAX_MD_SIZE]; 253 if (X509_digest(cert->ssl_cert, EVP_sha1(), md, &md_size)) {
|
/aoo4110/main/sal/rtl/source/ |
H A D | math.cxx | 896 sal_math_Double md; in stringToDouble() member 899 m.md.w32_parts.msw |= 0x80000000; // create negative NaN in stringToDouble()
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_1/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_10/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_11/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_2/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_3/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_4/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_5/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_6/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_7/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_8/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_9/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/ |
H A D | openssl.cfg | 91 default_md = sha1 # which md to use.
|