Home
last modified time | relevance | path

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

123

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DSignatureTest.java1604 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
1614 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
1624 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
1634 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
1644 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
1654 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_Key_Success() local
1670 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_NoSalt_Key_Success() local
1685 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_MaxSalt_Key_Success() local
1700 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_Key_Success() local
1716 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/conscrypt/common/src/test/java/org/conscrypt/java/security/
DSignatureTest.java1599 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
1609 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
1619 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
1629 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
1639 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
1649 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_Key_Success() local
1665 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_NoSalt_Key_Success() local
1680 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_MaxSalt_Key_Success() local
1695 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_Key_Success() local
1711 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/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
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DEcdhTest.java573 KeyFactory kf = KeyFactory.getInstance("EC"); in testEncode() local
580 KeyFactory kf = KeyFactory.getInstance("EC"); in testDecode() local
607 KeyFactory kf = KeyFactory.getInstance("EC"); in testModifiedPublic() local
648 KeyFactory kf = KeyFactory.getInstance("EC"); in testModifiedPublicSpec() local
744 KeyFactory kf = KeyFactory.getInstance("EC"); in testWrongOrder() local
807 KeyFactory kf = KeyFactory.getInstance("EC"); in testLargePrivateKey() local
DRsaSignatureTest.java1162 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVectors() local
1227 KeyFactory kf = KeyFactory.getInstance("RSA"); in testLegacySignatures() local
1311 KeyFactory kf = KeyFactory.getInstance("RSA"); in testFaultySigner() local
DRsaPssTest.java105 KeyFactory kf = KeyFactory.getInstance("RSASSA-PSS"); in testEncodeDecodePublic() local
154 KeyFactory kf; in testDefaultForAlgorithm() local
291 KeyFactory kf; in getPublicKey() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
DJwtRsaSsaPkcs1SignKeyManager.java62 java.security.KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("RSA"); in selfTestKey() local
77 java.security.KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("RSA"); in createPrivateKey() local
DJwtRsaSsaPkcs1VerifyKeyManager.java64 java.security.KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("RSA"); in createPublicKey() local
DJwtRsaSsaPssVerifyKeyManager.java78 java.security.KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("RSA"); in createPublicKey() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
DEllipticCurves.java746 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("EC"); in getEcPublicKey() local
769 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("EC"); in getEcPublicKey() local
784 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("EC"); in getEcPublicKey() local
797 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("EC"); in getEcPrivateKey() local
807 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("EC"); in getEcPrivateKey() local
856 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("EC"); in computeSharedSecret() local
DRsaSsaPkcs1SignJce.java59 KeyFactory kf = EngineFactory.KEY_FACTORY.getInstance("RSA"); in RsaSsaPkcs1SignJce() local
/external/clang/test/Sema/
Dfp16-sema.c13 void kf(a) in kf() function
/external/llvm-libc/src/math/generic/
Dexpf.cpp88 float kf = fputil::nearest_integer(x * 0x1.0p7f); variable
Dexpm1f.cpp152 float kf = fputil::nearest_integer(x * 0x1.0p7f); variable
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DXDHKeyAgreementTest.java62 KeyFactory kf = KeyFactory.getInstance(getAlgorithm(), p); in setupKeys() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DXDHKeyAgreementTest.java64 KeyFactory kf = KeyFactory.getInstance(getAlgorithm(), p); in setupKeys() local
/external/rust/crates/libm/src/math/
Dexpf.rs77 let kf = k as f32; in expf() localVariable
/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
DRsaSsaPssVerifyJceTest.java95 KeyFactory kf = KeyFactory.getInstance("RSA"); in testWycheproofVectors() local

123