Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:pkeyCtx

3083         long pkeyCtx = getRawPkeyCtxForEncrypt();
3084 NativeRef.EVP_PKEY_CTX holder = new NativeRef.EVP_PKEY_CTX(pkeyCtx);
3085 NativeCrypto.EVP_PKEY_CTX_set_rsa_mgf1_md(pkeyCtx, NULL);
3095 long pkeyCtx = getRawPkeyCtxForEncrypt();
3096 new NativeRef.EVP_PKEY_CTX(pkeyCtx);
3097 NativeCrypto.EVP_PKEY_CTX_set_rsa_oaep_md(pkeyCtx, NULL);