Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/
DSignatureTest.java1572 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
1586 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
1600 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
1614 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
1628 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
1642 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_Key_Success() local
1658 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_NoSalt_Key_Success() local
1673 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_MaxSalt_Key_Success() local
1688 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_Key_Success() local
1704 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_NoSalt_Key_Success() local
[all …]
DKeyPairGeneratorTest.java456 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
473 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/
DSignatureTest.java1568 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSA_Key_Success() local
1582 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA256withRSA_Key_Success() local
1596 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA384withRSA_Key_Success() local
1610 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA512withRSA_Key_Success() local
1624 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_MD5withRSA_Key_Success() local
1638 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_Key_Success() local
1654 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_NoSalt_Key_Success() local
1669 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA1withRSAPSS_MaxSalt_Key_Success() local
1684 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_Key_Success() local
1700 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVerify_SHA224withRSAPSS_NoSalt_Key_Success() local
[all …]
DKeyPairGeneratorTest.java453 KeyFactory kf = KeyFactory.getInstance(k.getAlgorithm(), p); in test_KeyWithAllKeyFactories() local
470 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.java107 KeyFactory kf = KeyFactory.getInstance("EC"); in getPublicKey() local
113 KeyFactory kf = KeyFactory.getInstance("EC"); in getPrivateKey() local
863 KeyFactory kf = KeyFactory.getInstance("EC"); in testDecode() local
893 KeyFactory kf = KeyFactory.getInstance("EC"); in testModifiedPublic() local
938 KeyFactory kf = KeyFactory.getInstance("EC"); in testModifiedPublicSpec() local
1075 KeyFactory kf = KeyFactory.getInstance("EC"); in testWrongOrder() local
DRsaSignatureTest.java1131 KeyFactory kf = KeyFactory.getInstance("RSA"); in testVectors() local
1195 KeyFactory kf = KeyFactory.getInstance("RSA"); in testLegacySignatures() local
DEcKeyTest.java131 KeyFactory kf = KeyFactory.getInstance("EC"); in testEncodedPublicKey() local
153 KeyFactory kf = KeyFactory.getInstance("EC"); in testEncodedPrivateKey() local
DRsaKeyTest.java1470 KeyFactory kf = KeyFactory.getInstance("RSA"); in testEncodeDecodePublic() local
1487 KeyFactory kf = KeyFactory.getInstance("RSA"); in testModifiedPublicKeyDecoding() local
DDsaTest.java688 KeyFactory kf = KeyFactory.getInstance("DSA"); in testVectors() local
913 KeyFactory kf = KeyFactory.getInstance("DSA"); in testDsaBias() local
DDhTest.java387 KeyFactory kf = KeyFactory.getInstance("DH"); in testSubgroupConfinement() local
DEcdsaTest.java616 KeyFactory kf = KeyFactory.getInstance("EC"); in testVectors() local
/external/clang/test/Sema/
Dfp16-sema.c13 void kf(a) in kf() function
/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/openssh/regress/unittests/sshkey/
Dtest_sshkey.c179 struct sshkey *k1, *k2, *k3, *k4, *kr, *kd, *kf; in sshkey_tests() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java554 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java558 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509Certificate.java477 KeyFactory kf = KeyFactory.getInstance(oid); in getPublicKey() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509Certificate.java473 KeyFactory kf = KeyFactory.getInstance(oid); in getPublicKey() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java311 KeyFactory kf = KeyFactory.getInstance("RSA"); in getEncryptKey() local
346 KeyFactory kf = KeyFactory.getInstance("RSA"); in getDecryptKey() local
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java315 KeyFactory kf = KeyFactory.getInstance("RSA"); in getEncryptKey() local
350 KeyFactory kf = KeyFactory.getInstance("RSA"); in getDecryptKey() local
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4496 …0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,…