OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NativeRef
(Results
1 - 2
of
2
) sorted by null
/external/conscrypt/src/main/java/org/conscrypt/
NativeRef.java
23
public abstract class
NativeRef
{
26
public
NativeRef
(long ctx) {
36
if (!(o instanceof
NativeRef
)) {
40
return ((
NativeRef
) o).context == context;
48
public static class EC_GROUP extends
NativeRef
{
63
public static class EC_POINT extends
NativeRef
{
78
public static class EVP_AEAD_CTX extends
NativeRef
{
93
public static class EVP_CIPHER_CTX extends
NativeRef
{
108
public static class EVP_MD_CTX extends
NativeRef
{
123
public static class EVP_PKEY extends
NativeRef
{
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 545 milliseconds