Home
last modified time | relevance | path

Searched defs:good (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java1074 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenNotAuthorizedToDecrypt() local
1093 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenNotAuthorizedToEncrypt() local
1112 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedPurposes() local
1137 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenBlockModeNotAuthorized() local
1169 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized() local
1192 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes() local
1216 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenDigestNotAuthorized() local
1254 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenDigestNotAuthorized() local
1281 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedDigests() local
1311 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenPaddingSchemeNotAuthorized() local
[all …]
DSignatureTest.java846 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenNotAuthorizedToSign() local
862 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatNotAuthorizedToVerify() local
875 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenDigestNotAuthorized() local
901 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatDigestNotAuthorized() local
934 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenPaddingNotAuthorized() local
962 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatPaddingNotAuthorized() local
976 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenKeyNotYetValid() local
990 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatKeyNotYetValid() local
1004 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenKeyNoLongerValidForOrigination() local
1020 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatKeyNoLongerValidForOrigination() local
[all …]
DMacTest.java376 KeyProtection good = getWorkingImportParams(algorithm); in testInitFailsWhenNotAuthorizedToSign() local
389 KeyProtection good = getWorkingImportParams(algorithm); in testInitFailsWhenDigestNotAuthorized() local
404 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) in testInitFailsWhenKeyNotYetValid() local
421 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) in testInitFailsWhenKeyNoLongerValidForOrigination() local
441 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) in testInitIgnoresThatKeyNoLongerValidForConsumption() local
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java701 FileDescriptor good = Os.open( in testIsAllocationSupported() local