Searched refs:outKey (Results 1 – 11 of 11) sorted by relevance
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | SharedSecret.cpp | 82 char outKey[ 256 ]; in BEGIN_MESSAGE_MAP() local 87 …ret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( outKey ) / sizeof… in BEGIN_MESSAGE_MAP() 89 m_key = outKey; in BEGIN_MESSAGE_MAP()
|
/external/mdnsresponder/mDNSWindows/ |
D | Secret.c | 38 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainSize, char * outKey, unsig… in LsaGetSecret() argument 52 check( outKey ); in LsaGetSecret() 110 err = MakeUTF8StringFromLsaString( outKey, outKeySize, keyLSA ); in LsaGetSecret() 112 require_action( outKey[0] == '$', exit, err = kUnknownErr ); in LsaGetSecret() 113 memcpy( outKey, outKey + 1, strlen( outKey ) ); in LsaGetSecret()
|
D | Secret.h | 30 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainLength, char * outKey, uns…
|
D | mDNSWin32.c | 4751 char outKey[ 256 ]; in SetDomainSecret() local 4759 …if ( LsaGetSecret( domainUTF8, outDomain, sizeof( outDomain ), outKey, sizeof( outKey ), outSecret… in SetDomainSecret() 4767 MakeDomainNameFromDNSNameString( &key, outKey ); in SetDomainSecret()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | OpenMapRealMatrix.java | 208 final int outKey = out.computeKey(i, j); in multiply() local 210 out.entries.get(outKey) + value * m.entries.get(rightKey); in multiply() 212 out.entries.remove(outKey); in multiply() 214 out.entries.put(outKey, outValue); in multiply()
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_crypto.c | 334 BYTE * outKey, in iesys_crypto_KDFa() argument 347 BYTE *subKey = outKey; in iesys_crypto_KDFa() 370 outKey[0] &= ((1 << (bitLength % 8)) - 1); in iesys_crypto_KDFa() 373 LOGBLOB_DEBUG(outKey, (bitLength + 7) / 8, "IESYS KDFa key"); in iesys_crypto_KDFa()
|
D | esys_crypto.h | 84 BYTE *outKey,
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 1572 Output<CollationKey> outKey = new Output<CollationKey>(key); 1573 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) { 1575 key = outKey.value;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationTest.java | 1575 Output<CollationKey> outKey = new Output<CollationKey>(key); 1576 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) { 1578 key = outKey.value;
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 1534 UInt16 outKey; in MenuObj_GetMenuItemCommandKey() local 1545 &outKey); in MenuObj_GetMenuItemCommandKey() 1548 outKey); in MenuObj_GetMenuItemCommandKey()
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 1040 …TPM2B_NONCE *contextV, uint32_t bitLength, uint32_t *counterInOut, BYTE *outKey, BOOL use_digest_s…
|