Searched defs:pkeyCtxRef (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 3143 static void NativeCrypto_EVP_PKEY_CTX_free(JNIEnv* env, jclass, jlong pkeyCtxRef) { in NativeCrypto_EVP_PKEY_CTX_free() 3196 static void evpPkeyCtxCtrlMdOp(JNIEnv* env, jlong pkeyCtxRef, jlong mdRef, const char* jniName, in evpPkeyCtxCtrlMdOp() 3221 static void NativeCrypto_EVP_PKEY_CTX_set_rsa_mgf1_md(JNIEnv* env, jclass, jlong pkeyCtxRef, in NativeCrypto_EVP_PKEY_CTX_set_rsa_mgf1_md() 3228 static void NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_md(JNIEnv* env, jclass, jlong pkeyCtxRef, in NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_md() 3235 static void NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_label(JNIEnv* env, jclass, jlong pkeyCtxRef, in NativeCrypto_EVP_PKEY_CTX_set_rsa_oaep_label()
|