OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pkey1
(Results
1 - 5
of
5
) sorted by null
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java
1084
PublicKey
pkey1
= new TestKeyPair("RSA").getPublic();
local
1147
PublicKey
pkey1
= new TestKeyPair("RSA").getPublic();
local
1195
PublicKey
pkey1
= new TestKeyPair("RSA").getPublic();
local
[
all
...]
/external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java
229
NativeRef.EVP_PKEY
pkey1
, pkey1_copy, pkey2;
local
230
pkey1
= new NativeRef.EVP_PKEY(NativeCrypto.EVP_PKEY_new_RSA(
239
assertNotSame(NULL,
pkey1
);
264
NativeCrypto.EVP_PKEY_cmp(
pkey1
, null);
276
NativeCrypto.EVP_PKEY_cmp(
pkey1
,
pkey1
));
279
NativeCrypto.EVP_PKEY_cmp(
pkey1
, pkey1_copy));
282
NativeCrypto.EVP_PKEY_cmp(
pkey1
, pkey2));
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java
1473
PublicKey
pkey1
= new TestKeyPair("RSA").getPublic();
local
1504
PublicKey
pkey1
= new TestKeyPair("RSA").getPublic();;
local
[
all
...]
/external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java
98
public static native int EVP_PKEY_cmp(NativeRef.EVP_PKEY
pkey1
, NativeRef.EVP_PKEY pkey2);
[
all
...]
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
2844
EVP_PKEY*
pkey1
= fromContextObject<EVP_PKEY>(env,
pkey1
Ref);
local
[
all
...]
Completed in 8685 milliseconds