Searched refs:purpose (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyAttestationTest.java | 285 for (int purpose : purposes) { in testRsaAttestation() 286 if (isEncryptionPurpose(purpose)) { in testRsaAttestation() 287 testRsaAttestations(keySize, challenge, purpose, encryptionPaddingModes); in testRsaAttestation() 289 testRsaAttestations(keySize, challenge, purpose, signaturePaddingModes); in testRsaAttestation() 370 private void testRsaAttestations(int keySize, byte[] challenge, int purpose, in testRsaAttestations() argument 374 testRsaAttestation(challenge, true /* includeValidityDates */, keySize, purpose, in testRsaAttestations() 376 testRsaAttestation(challenge, false /* includeValidityDates */, keySize, purpose, in testRsaAttestations() 381 buildPurposeSet(purpose) + " and paddings " + in testRsaAttestations()
|
D | ImportWrappedKeyTest.java | 307 DERTaggedObject purpose = new DERTaggedObject(true, 1, purposeSet); in makeAuthList() local 328 allItems.add(purpose); in makeAuthList()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android_LICENSE | 26 warranties of merchantability and fitness for a particular purpose are disclaimed.
|
/cts/apps/CtsVerifier/res/raw/ |
D | opencv_library_license | 34 warranties of merchantability and fitness for a particular purpose are disclaimed.
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 14 These serve the same purpose as in a normal Java source file
|