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

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSignature.java 123 final int pkeyType = NativeCrypto.EVP_PKEY_type(pkey.getPkeyContext());
127 if (pkeyType != NativeCrypto.EVP_PKEY_RSA) {
132 if (pkeyType != NativeCrypto.EVP_PKEY_DSA) {
137 if (pkeyType != NativeCrypto.EVP_PKEY_EC) {
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 1413 milliseconds