Searched refs:assertInitVerifySucceeds (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | SignatureTest.java | 833 assertInitVerifySucceeds(algorithm, spec); in testInitVerifySucceedsDespiteMissingAuthorizations() 863 assertInitVerifySucceeds(algorithm, good); in testInitVerifyIgnoresThatNotAuthorizedToVerify() 864 assertInitVerifySucceeds(algorithm, in testInitVerifyIgnoresThatNotAuthorizedToVerify() 902 assertInitVerifySucceeds(algorithm, good); in testInitVerifyIgnoresThatDigestNotAuthorized() 908 assertInitVerifySucceeds(algorithm, in testInitVerifyIgnoresThatDigestNotAuthorized() 963 assertInitVerifySucceeds(algorithm, good); in testInitVerifyIgnoresThatPaddingNotAuthorized() 964 assertInitVerifySucceeds(algorithm, in testInitVerifyIgnoresThatPaddingNotAuthorized() 991 assertInitVerifySucceeds(algorithm, good); in testInitVerifyIgnoresThatKeyNotYetValid() 992 assertInitVerifySucceeds(algorithm, in testInitVerifyIgnoresThatKeyNotYetValid() 1021 assertInitVerifySucceeds(algorithm, good); in testInitVerifyIgnoresThatKeyNoLongerValidForOrigination() [all …]
|