Home
last modified time | relevance | path

Searched refs:PEM_read_bio_PUBKEY (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLKey.java240 long keyCtx = NativeCrypto.PEM_read_bio_PUBKEY(bis.getBioContext()); in fromPublicKeyPemInputStream()
DNativeCrypto.java88 static native long PEM_read_bio_PUBKEY(long bioCtx); in PEM_read_bio_PUBKEY() method in NativeCrypto
/external/ipsec-tools/src/racoon/
Deaytest.c101 evp = PEM_read_bio_PUBKEY(bio, NULL, NULL, NULL);
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp4627 return PEM_to_jlong<EVP_PKEY, PEM_read_bio_PUBKEY>(env, bioRef); in NativeCrypto_PEM_read_bio_PUBKEY()
9375 CONSCRYPT_NATIVE_METHOD(NativeCrypto, PEM_read_bio_PUBKEY, "(J)J"),