Searched defs:pkeyCtxRef (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| D | native_crypto.cc | 3017 static void NativeCrypto_EVP_PKEY_CTX_free(JNIEnv* env, jclass, jlong pkeyCtxRef) { in NativeCrypto_EVP_PKEY_CTX_free() 3070 static void evpPkeyCtxCtrlMdOp(JNIEnv* env, jlong pkeyCtxRef, jlong mdRef, const char* jniName, in evpPkeyCtxCtrlMdOp() 3095 static void NativeCrypto_EVP_PKEY_CTX_set_rsa_mgf1_md(JNIEnv* env, jclass, jlong pkeyCtxRef, in NativeCrypto_EVP_PKEY_CTX_set_rsa_mgf1_md() 3102 static void NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_md(JNIEnv* env, jclass, jlong pkeyCtxRef, in NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_md() 3109 static void NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_label(JNIEnv* env, jclass, jlong pkeyCtxRef, in NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_label()
|