Home
last modified time | relevance | path

Searched defs:kf (Results 1 – 25 of 31) sorted by relevance

12

/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DSignatureTest.java1598 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
1608 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
1618 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
1628 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
1638 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
1648 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_Key_Success() local
1664 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_NoSalt_Key_Success() local
1679 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_MaxSalt_Key_Success() local
1694 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_Key_Success() local
1710 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_NoSalt_Key_Success() local
[all …]
DKeyPairGeneratorTest.java335 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
352 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DSignatureTest.java1603 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
1613 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
1623 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
1633 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
1643 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
1653 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_Key_Success() local
1669 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_NoSalt_Key_Success() local
1684 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_MaxSalt_Key_Success() local
1699 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_Key_Success() local
1715 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_NoSalt_Key_Success() local
[all …]
DKeyPairGeneratorTest.java338 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
355 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEciesTest.java75 KeyPairGenerator kf = KeyPairGenerator.getInstance("EC"); in testEciesBasic() local
138 KeyPairGenerator kf = KeyPairGenerator.getInstance("ECIES"); in testKeyGeneration() local
167 KeyPairGenerator kf = KeyPairGenerator.getInstance("EC"); in testExceptions() local
204 KeyPairGenerator kf = KeyPairGenerator.getInstance("EC"); in testModifyPoint() local
244 KeyPairGenerator kf = KeyPairGenerator.getInstance("EC"); in testNotEcb() local
282 KeyPairGenerator kf = KeyPairGenerator.getInstance("EC"); in testIsAlias() local
DDhiesTest.java81 KeyPairGenerator kf = KeyPairGenerator.getInstance("DH"); in testDhiesBasic() local
109 KeyPairGenerator kf = KeyPairGenerator.getInstance("DH"); in testDhiesCorrupt() local
153 KeyPairGenerator kf = KeyPairGenerator.getInstance("DH"); in testNotEcb() local
DEcdhTest.java109 KeyFactory kf = KeyFactory.getInstance("EC"); in getPublicKey() local
115 KeyFactory kf = KeyFactory.getInstance("EC"); in getPrivateKey() local
874 KeyFactory kf = KeyFactory.getInstance("EC"); in testDecode() local
904 KeyFactory kf = KeyFactory.getInstance("EC"); in testModifiedPublic() local
949 KeyFactory kf = KeyFactory.getInstance("EC"); in testModifiedPublicSpec() local
1086 KeyFactory kf = KeyFactory.getInstance("EC"); in testWrongOrder() local
DRsaSignatureTest.java1136 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVectors() local
1206 KeyFactory kf = KeyFactory.getInstance("RSA"); in testLegacySignatures() local
DEcKeyTest.java136 KeyFactory kf = KeyFactory.getInstance("EC"); in testEncodedPublicKey() local
161 KeyFactory kf = KeyFactory.getInstance("EC"); in testEncodedPrivateKey() local
DRsaKeyTest.java1478 KeyFactory kf = KeyFactory.getInstance("RSA"); in testEncodeDecodePublic() local
1498 KeyFactory kf = KeyFactory.getInstance("RSA"); in testModifiedPublicKeyDecoding() local
DDsaTest.java689 KeyFactory kf = KeyFactory.getInstance("DSA"); in testVectors() local
917 KeyFactory kf = KeyFactory.getInstance("DSA"); in testDsaBias() local
DDhTest.java387 KeyFactory kf = KeyFactory.getInstance("DH"); in testSubgroupConfinement() local
DEcdsaTest.java617 KeyFactory kf = KeyFactory.getInstance("EC"); in testVectors() local
/external/clang/test/Sema/
Dfp16-sema.c13 void kf(a) in kf() function
/external/llvm-project/clang/test/Sema/
Dfp16-sema.c13 void kf(a) in kf() function
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DXDHKeyAgreementTest.java62 KeyFactory kf = KeyFactory.getInstance("XDH", p); in setupKeys() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DXDHKeyAgreementTest.java64 KeyFactory kf = KeyFactory.getInstance("XDH", p); in setupKeys() local
/external/rust/crates/libm/src/math/
Dexpf.rs77 let kf = k as f32; in expf() localVariable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java208 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java212 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java212 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local
/external/skia/modules/skottie/src/animator/
DKeyframeAnimator.cpp192 for (const auto& kf : fKFs) { in parseKeyframes() local
/external/openssh/regress/unittests/sshkey/
Dtest_sshkey.c181 struct sshkey *k1, *k2, *k3, *kf; in sshkey_tests() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java550 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java546 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local

12