• Home
  • Raw
  • Download

Lines Matching refs:TEST_P

250 TEST_P(NewKeyGeneration, Rsa) {  in TEST_P()  function
274 TEST_P(NewKeyGeneration, RsaDefaultSize) { in TEST_P() function
282 TEST_P(NewKeyGeneration, Ecdsa) { in TEST_P() function
300 TEST_P(NewKeyGeneration, EcdsaDefaultSize) { in TEST_P() function
308 TEST_P(NewKeyGeneration, EcdsaInvalidSize) { in TEST_P() function
313 TEST_P(NewKeyGeneration, EcdsaMismatchKeySize) { in TEST_P() function
321 TEST_P(NewKeyGeneration, EcdsaAllValidSizes) { in TEST_P() function
330 TEST_P(NewKeyGeneration, HmacSha256) { in TEST_P() function
337 TEST_P(NewKeyGeneration, CheckKeySizes) { in TEST_P() function
356 TEST_P(NewKeyGeneration, HmacMultipleDigests) { in TEST_P() function
365 TEST_P(NewKeyGeneration, HmacDigestNone) { in TEST_P() function
373 TEST_P(NewKeyGeneration, HmacSha256TooShortMacLength) { in TEST_P() function
381 TEST_P(NewKeyGeneration, HmacSha256NonIntegralOctetMacLength) { in TEST_P() function
389 TEST_P(NewKeyGeneration, HmacSha256TooLongMacLength) { in TEST_P() function
400 TEST_P(GetKeyCharacteristics, SimpleRsa) { in TEST_P() function
414 TEST_P(SigningOperationsTest, RsaSuccess) { in TEST_P() function
424 TEST_P(SigningOperationsTest, RsaPssSha256Success) { in TEST_P() function
435 TEST_P(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) { in TEST_P() function
449 TEST_P(SigningOperationsTest, RsaPkcs1Sha256Success) { in TEST_P() function
459 TEST_P(SigningOperationsTest, RsaPkcs1NoDigestSuccess) { in TEST_P() function
469 TEST_P(SigningOperationsTest, RsaPkcs1NoDigestTooLarge) { in TEST_P() function
485 TEST_P(SigningOperationsTest, RsaPssSha256TooSmallKey) { in TEST_P() function
501 TEST_P(SigningOperationsTest, RsaNoPaddingHugeData) { in TEST_P() function
517 TEST_P(SigningOperationsTest, RsaAbort) { in TEST_P() function
531 TEST_P(SigningOperationsTest, RsaUnsupportedPadding) { in TEST_P() function
541 TEST_P(SigningOperationsTest, RsaNoDigest) { in TEST_P() function
553 TEST_P(SigningOperationsTest, RsaNoPadding) { in TEST_P() function
562 TEST_P(SigningOperationsTest, RsaTooShortMessage) { in TEST_P() function
572 TEST_P(SigningOperationsTest, RsaSignWithEncryptionKey) { in TEST_P() function
583 TEST_P(SigningOperationsTest, RsaSignTooLargeMessage) { in TEST_P() function
602 TEST_P(SigningOperationsTest, EcdsaSuccess) { in TEST_P() function
610 TEST_P(SigningOperationsTest, EcdsaSha256Success) { in TEST_P() function
618 TEST_P(SigningOperationsTest, EcdsaSha384Success) { in TEST_P() function
626 TEST_P(SigningOperationsTest, EcdsaNoPaddingHugeData) { in TEST_P() function
639 TEST_P(SigningOperationsTest, EcdsaAllSizesAndHashes) { in TEST_P() function
660 TEST_P(SigningOperationsTest, AesEcbSign) { in TEST_P() function
668 TEST_P(SigningOperationsTest, HmacSha1Success) { in TEST_P() function
679 TEST_P(SigningOperationsTest, HmacSha224Success) { in TEST_P() function
690 TEST_P(SigningOperationsTest, HmacSha256Success) { in TEST_P() function
701 TEST_P(SigningOperationsTest, HmacSha384Success) { in TEST_P() function
713 TEST_P(SigningOperationsTest, HmacSha512Success) { in TEST_P() function
724 TEST_P(SigningOperationsTest, HmacLengthInKey) { in TEST_P() function
736 TEST_P(SigningOperationsTest, HmacRfc4231TestCase3) { in TEST_P() function
768 TEST_P(SigningOperationsTest, HmacRfc4231TestCase4) { in TEST_P() function
804 TEST_P(SigningOperationsTest, HmacRfc4231TestCase5) { in TEST_P() function
831 TEST_P(SigningOperationsTest, HmacRfc4231TestCase6) { in TEST_P() function
864 TEST_P(SigningOperationsTest, HmacRfc4231TestCase7) { in TEST_P() function
899 TEST_P(SigningOperationsTest, HmacSha256TooLargeMacLength) { in TEST_P() function
911 TEST_P(SigningOperationsTest, HmacSha256TooSmallMacLength) { in TEST_P() function
928 TEST_P(VerificationOperationsTest, RsaSuccess) { in TEST_P() function
939 TEST_P(VerificationOperationsTest, RsaPssSha256Success) { in TEST_P() function
951 TEST_P(VerificationOperationsTest, RsaPssSha224Success) { in TEST_P() function
984 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptSignature) { in TEST_P() function
1003 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptInput) { in TEST_P() function
1023 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256Success) { in TEST_P() function
1034 TEST_P(VerificationOperationsTest, RsaPks1Sha224Success) { in TEST_P() function
1066 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptSignature) { in TEST_P() function
1085 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptInput) { in TEST_P() function
1105 TEST_P(VerificationOperationsTest, RsaAllDigestAndPadCombinations) { in TEST_P() function
1199 TEST_P(VerificationOperationsTest, EcdsaSuccess) { in TEST_P() function
1208 TEST_P(VerificationOperationsTest, EcdsaTooShort) { in TEST_P() function
1217 TEST_P(VerificationOperationsTest, EcdsaSlightlyTooLong) { in TEST_P() function
1231 TEST_P(VerificationOperationsTest, EcdsaSha256Success) { in TEST_P() function
1250 TEST_P(VerificationOperationsTest, EcdsaSha224Success) { in TEST_P() function
1268 TEST_P(VerificationOperationsTest, EcdsaAllDigestsAndKeySizes) { in TEST_P() function
1294 TEST_P(VerificationOperationsTest, HmacSha1Success) { in TEST_P() function
1305 TEST_P(VerificationOperationsTest, HmacSha224Success) { in TEST_P() function
1316 TEST_P(VerificationOperationsTest, HmacSha256Success) { in TEST_P() function
1327 TEST_P(VerificationOperationsTest, HmacSha256TooShortMac) { in TEST_P() function
1349 TEST_P(VerificationOperationsTest, HmacSha384Success) { in TEST_P() function
1360 TEST_P(VerificationOperationsTest, HmacSha512Success) { in TEST_P() function
1374 TEST_P(ExportKeyTest, RsaSuccess) { in TEST_P() function
1386 TEST_P(ExportKeyTest, EcdsaSuccess) { in TEST_P() function
1396 TEST_P(ExportKeyTest, RsaUnsupportedKeyFormat) { in TEST_P() function
1405 TEST_P(ExportKeyTest, RsaCorruptedKeyBlob) { in TEST_P() function
1415 TEST_P(ExportKeyTest, AesKeyExportFails) { in TEST_P() function
1427 TEST_P(ImportKeyTest, RsaSuccess) { in TEST_P() function
1452 TEST_P(ImportKeyTest, RsaKeySizeMismatch) { in TEST_P() function
1463 TEST_P(ImportKeyTest, RsaPublicExponenMismatch) { in TEST_P() function
1474 TEST_P(ImportKeyTest, EcdsaSuccess) { in TEST_P() function
1496 TEST_P(ImportKeyTest, EcdsaSizeSpecified) { in TEST_P() function
1518 TEST_P(ImportKeyTest, EcdsaSizeMismatch) { in TEST_P() function
1528 TEST_P(ImportKeyTest, AesKeySuccess) { in TEST_P() function
1545 TEST_P(ImportKeyTest, HmacSha256KeySuccess) { in TEST_P() function
1815 TEST_P(EncryptionOperationsTest, RsaNoPaddingSuccess) { in TEST_P() function
1830 TEST_P(EncryptionOperationsTest, RsaNoPaddingTooShort) { in TEST_P() function
1845 TEST_P(EncryptionOperationsTest, RsaNoPaddingTooLong) { in TEST_P() function
1860 TEST_P(EncryptionOperationsTest, RsaNoPaddingLargerThanModulus) { in TEST_P() function
1899 TEST_P(EncryptionOperationsTest, RsaOaepSuccess) { in TEST_P() function
1917 TEST_P(EncryptionOperationsTest, RsaOaepWithMgf224Success) { in TEST_P() function
1938 TEST_P(EncryptionOperationsTest, RsaOaepWithMgfMD5Success) { in TEST_P() function
1959 TEST_P(EncryptionOperationsTest, RsaOaepSha224Success) { in TEST_P() function
1977 TEST_P(EncryptionOperationsTest, RsaOaepRoundTrip) { in TEST_P() function
1991 TEST_P(EncryptionOperationsTest, RsaOaepWithMgfSha256RoundTrip) { in TEST_P() function
2008 TEST_P(EncryptionOperationsTest, RsaOaepSha224RoundTrip) { in TEST_P() function
2022 TEST_P(EncryptionOperationsTest, RsaOaepInvalidDigest) { in TEST_P() function
2035 TEST_P(EncryptionOperationsTest, RsaOaepWithMgfInvalidDigest) { in TEST_P() function
2050 TEST_P(EncryptionOperationsTest, RsaOaepUnauthorizedDigest) { in TEST_P() function
2069 TEST_P(EncryptionOperationsTest, RsaOaepDecryptWithWrongDigest) { in TEST_P() function
2094 TEST_P(EncryptionOperationsTest, RsaOaepTooLarge) { in TEST_P() function
2112 TEST_P(EncryptionOperationsTest, RsaOaepCorruptedDecrypt) { in TEST_P() function
2136 TEST_P(EncryptionOperationsTest, RsaPkcs1Success) { in TEST_P() function
2150 TEST_P(EncryptionOperationsTest, RsaPkcs1RoundTrip) { in TEST_P() function
2161 TEST_P(EncryptionOperationsTest, RsaRoundTripAllCombinations) { in TEST_P() function
2197 TEST_P(EncryptionOperationsTest, RsaPkcs1TooLarge) { in TEST_P() function
2212 TEST_P(EncryptionOperationsTest, RsaPkcs1CorruptedDecrypt) { in TEST_P() function
2232 TEST_P(EncryptionOperationsTest, RsaEncryptWithSigningKey) { in TEST_P() function
2241 TEST_P(EncryptionOperationsTest, EcdsaEncrypt) { in TEST_P() function
2248 TEST_P(EncryptionOperationsTest, HmacEncrypt) { in TEST_P() function
2258 TEST_P(EncryptionOperationsTest, AesEcbRoundTripSuccess) { in TEST_P() function
2278 TEST_P(EncryptionOperationsTest, AesEcbNotAuthorized) { in TEST_P() function
2291 TEST_P(EncryptionOperationsTest, AesEcbNoPaddingWrongInputSize) { in TEST_P() function
2307 TEST_P(EncryptionOperationsTest, AesEcbPkcs7Padding) { in TEST_P() function
2323 TEST_P(EncryptionOperationsTest, AesEcbNoPaddingKeyWithPkcs7Padding) { in TEST_P() function
2339 TEST_P(EncryptionOperationsTest, AesEcbPkcs7PaddingCorrupted) { in TEST_P() function
2362 TEST_P(EncryptionOperationsTest, AesCtrRoundTripSuccess) { in TEST_P() function
2386 TEST_P(EncryptionOperationsTest, AesCtrIncremental) { in TEST_P() function
2464 TEST_P(EncryptionOperationsTest, AesCtrSp80038aTestVector) { in TEST_P() function
2475 TEST_P(EncryptionOperationsTest, AesCtrInvalidPaddingMode) { in TEST_P() function
2486 TEST_P(EncryptionOperationsTest, AesCtrInvalidCallerNonce) { in TEST_P() function
2500 TEST_P(EncryptionOperationsTest, AesCbcRoundTripSuccess) { in TEST_P() function
2523 TEST_P(EncryptionOperationsTest, AesCallerNonce) { in TEST_P() function
2564 TEST_P(EncryptionOperationsTest, AesCallerNonceProhibited) { in TEST_P() function
2592 TEST_P(EncryptionOperationsTest, AesCbcIncrementalNoPadding) { in TEST_P() function
2631 TEST_P(EncryptionOperationsTest, AesCbcPkcs7Padding) { in TEST_P() function
2648 TEST_P(EncryptionOperationsTest, AesGcmRoundTripSuccess) { in TEST_P() function
2690 TEST_P(EncryptionOperationsTest, AesGcmTooShortTag) { in TEST_P() function
2711 TEST_P(EncryptionOperationsTest, AesGcmTooShortTagOnDecrypt) { in TEST_P() function
2750 TEST_P(EncryptionOperationsTest, AesGcmCorruptKey) { in TEST_P() function
2806 TEST_P(EncryptionOperationsTest, AesGcmAadNoData) { in TEST_P() function
2848 TEST_P(EncryptionOperationsTest, AesGcmIncremental) { in TEST_P() function
2916 TEST_P(EncryptionOperationsTest, AesGcmMultiPartAad) { in TEST_P() function
2966 TEST_P(EncryptionOperationsTest, AesGcmBadAad) { in TEST_P() function
3011 TEST_P(EncryptionOperationsTest, AesGcmWrongNonce) { in TEST_P() function
3051 TEST_P(EncryptionOperationsTest, AesGcmCorruptTag) { in TEST_P() function
3096 TEST_P(EncryptionOperationsTest, TripleDesEcbRoundTripSuccess) { in TEST_P() function
3118 TEST_P(EncryptionOperationsTest, TripleDesEcbNotAuthorized) { in TEST_P() function
3131 TEST_P(EncryptionOperationsTest, TripleDesEcbNoPaddingWrongInputSize) { in TEST_P() function
3147 TEST_P(EncryptionOperationsTest, TripleDesEcbPkcs7Padding) { in TEST_P() function
3163 TEST_P(EncryptionOperationsTest, TripleDesEcbNoPaddingKeyWithPkcs7Padding) { in TEST_P() function
3179 TEST_P(EncryptionOperationsTest, TripleDesEcbPkcs7PaddingCorrupted) { in TEST_P() function
3358 TEST_P(EncryptionOperationsTest, TripleDesTestVector) { in TEST_P() function
3367 TEST_P(EncryptionOperationsTest, TripleDesCbcRoundTripSuccess) { in TEST_P() function
3390 TEST_P(EncryptionOperationsTest, TripleDesCallerIv) { in TEST_P() function
3431 TEST_P(EncryptionOperationsTest, TripleDesCallerNonceProhibited) { in TEST_P() function
3459 TEST_P(EncryptionOperationsTest, TripleDesCbcNotAuthorized) { in TEST_P() function
3472 TEST_P(EncryptionOperationsTest, TripleDesCbcNoPaddingWrongInputSize) { in TEST_P() function
3489 TEST_P(EncryptionOperationsTest, TripleDesCbcPkcs7Padding) { in TEST_P() function
3506 TEST_P(EncryptionOperationsTest, TripleDesCbcNoPaddingKeyWithPkcs7Padding) { in TEST_P() function
3522 TEST_P(EncryptionOperationsTest, TripleDesCbcPkcs7PaddingCorrupted) { in TEST_P() function
3547 TEST_P(EncryptionOperationsTest, TripleDesCbcIncrementalNoPadding) { in TEST_P() function
3589 TEST_P(MaxOperationsTest, TestLimit) { in TEST_P() function
3608 TEST_P(MaxOperationsTest, TestAbort) { in TEST_P() function
3630 TEST_P(AddEntropyTest, AddEntropy) { in TEST_P() function
3774 TEST_P(AttestationTest, RsaAttestationKeymaster) { in TEST_P() function
3806 TEST_P(AttestationTest, EcAttestation) { in TEST_P() function
3837 TEST_P(KeyUpgradeTest, AesVersionUpgrade) { in TEST_P() function
3883 TEST_P(KeyUpgradeTest, RsaVersionUpgrade) { in TEST_P() function
3926 TEST_P(KeyUpgradeTest, EcVersionUpgrade) { in TEST_P() function