OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kp1
(Results
1 - 9
of
9
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator3Test.java
97
KeyPair kp,
kp1
;
local
102
kp1
= kpg[i].genKeyPair();
104
kp1
.getPrivate()));
106
kp1
.getPublic()));
123
KeyPair kp,
kp1
;
local
126
kp1
= kpg[i].genKeyPair();
128
kp1
.getPrivate()));
130
kp1
.getPublic()));
KeyPairGenerator1Test.java
321
KeyPair kp,
kp1
;
local
325
kp1
= kpg[i].genKeyPair();
328
kp1
.getPrivate()));
330
kp1
.getPublic()));
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java
54
KeyPair
kp1
= kg.genKeyPair();
local
56
DHPrivateKey pk1 = (DHPrivateKey)
kp1
.getPrivate();
DHPublicKeyTest.java
58
KeyPair
kp1
= kg.genKeyPair();
local
60
DHPublicKey pk1 = (DHPublicKey)
kp1
.getPublic();
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator3Test.java
98
KeyPair kp,
kp1
;
local
103
kp1
= kpg[i].genKeyPair();
105
kp1
.getPrivate()));
107
kp1
.getPublic()));
124
KeyPair kp,
kp1
;
local
127
kp1
= kpg[i].genKeyPair();
129
kp1
.getPrivate()));
131
kp1
.getPublic()));
KeyPairGenerator1Test.java
320
KeyPair kp,
kp1
;
local
324
kp1
= kpg[i].genKeyPair();
327
kp1
.getPrivate()));
329
kp1
.getPublic()));
/external/chromium_org/third_party/freetype/src/psaux/
afmparse.c
667
AFM_KernPair
kp1
= (AFM_KernPair)a;
local
670
FT_ULong index1 = KERN_INDEX(
kp1
->index1,
kp1
->index2 );
/external/freetype/src/psaux/
afmparse.c
667
AFM_KernPair
kp1
= (AFM_KernPair)a;
local
670
FT_ULong index1 = KERN_INDEX(
kp1
->index1,
kp1
->index2 );
/libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java
186
KeyPair
kp1
= kpg.generateKeyPair();
local
187
RSAPrivateCrtKey privKey1 = (RSAPrivateCrtKey)
kp1
.getPrivate();
[
all
...]
Completed in 1027 milliseconds