HomeSort by relevance Sort by last modified time
    Searched refs:evp_pkey (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/android/java/src/org/chromium/net/
DefaultAndroidKeyStore.java 181 // EVP_PKEY and OpenSSLEngine. Note that the method is final in Android
198 Log.e(TAG, "Exception while trying to retrieve system EVP_PKEY handle: " + e);
212 // which is the address of an EVP_PKEY object. Note that this
226 long evp_pkey = 0; local
228 evp_pkey = ((Number) getPkeyContext.invoke(opensslKey)).longValue();
232 if (evp_pkey == 0) {
236 return evp_pkey;
239 Log.e(TAG, "Exception while trying to retrieve system EVP_PKEY handle: " + e);
  /external/conscrypt/src/compat/java/org/conscrypt/
Platform.java 207 // a native EVP_PKEY. Note that the method is final, so calling
225 // which is the address of an EVP_PKEY object. Note that this
239 long evp_pkey = 0; local
241 evp_pkey = ((Number) getPkeyContext.invoke(opensslKey)).longValue();
245 if (evp_pkey == 0) {
250 return new OpenSSLKey(evp_pkey);
  /external/openssl/
Crypto-config-trusty.mk 145 crypto/evp/evp_pkey.c \
Crypto-config-host.mk 328 crypto/evp/evp_pkey.c \
Crypto-config-target.mk 328 crypto/evp/evp_pkey.c \
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java 300 long evp_pkey);
    [all...]

Completed in 353 milliseconds